Skip to content

Commit

Permalink
cache coverage arifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Sep 28, 2023
1 parent bb95d0f commit 239845d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
pull_request:
branches: [ "*" ]

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"
RUSTFLAGS: "-Dwarnings -C linker=clang -C link-arg=-fuse-ld=lld"
RUSTC_WRAPPER: "sccache"
SCCACHE_GHA_ENABLED: "true"
RUST_BACKTRACE: "1"

jobs:
check:
name: Rust project
Expand All @@ -14,9 +22,9 @@ jobs:
working-directory: ./node

steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: mozilla-actions/[email protected]
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 239845d

Please sign in to comment.