We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e430e56 commit dd91be5Copy full SHA for dd91be5
1 file changed
.github/workflows/coverage-pr.yml
@@ -30,8 +30,8 @@ jobs:
30
~/.cargo/registry/cache/
31
~/.cargo/git/db/
32
target/
33
- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
34
- restore-keys: ${{ runner.os }}-cargo-
+ key: ${{ runner.os }}-cargo-llvm-cov-${{ hashFiles('**/Cargo.lock') }}
+ restore-keys: ${{ runner.os }}-cargo-llvm-cov
35
36
- run: which cargo-llvm-cov || cargo install cargo-llvm-cov
37
- run: rustup component add llvm-tools-preview
0 commit comments