Skip to content

Commit bb62530

Browse files
committed
Cache setup
1 parent 9b5ef37 commit bb62530

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
steps:
3434
- id: checkout
3535
uses: actions/checkout@v4
36-
- name: Setup test coverage env
37-
run: |
38-
cargo install grcov
39-
rustup component add llvm-tools
4036
- name: Cache
4137
uses: actions/cache@v4
4238
with:
@@ -47,6 +43,10 @@ jobs:
4743
~/.cargo/git/db/
4844
target/
4945
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
46+
- name: Setup test coverage env
47+
run: |
48+
cargo install grcov
49+
rustup component add llvm-tools
5050
- run: cargo test --locked
5151
env:
5252
LLVM_PROFILE_FILE: target/debug/coverage/grcov-%p-%m.profraw

0 commit comments

Comments
 (0)