Skip to content

Commit

Permalink
fix: install cargo-llvm-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
skyf0l committed Jul 10, 2024
1 parent 4733ee8 commit a0f6117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: taiki-e/install-action@b28eee2bb643cb4606a986e802770206f53c5259 # v2.41.12
with:
tool: cargo-nextest,grcov
tool: cargo-nextest,cargo-llvm-cov

- name: Tests
run: cargo llvm-cov nextest --lcov --output-path lcov.info --all-features --lib --bins --test keys
Expand Down

0 comments on commit a0f6117

Please sign in to comment.