Skip to content

Commit

Permalink
Install tarpaulin binary to save time
Browse files Browse the repository at this point in the history
  • Loading branch information
macladson committed Nov 7, 2023
1 parent 5f92344 commit 68de20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Get latest version of stable Rust
run: rustup update stable
- name: Install cargo-tarpaulin
run: cargo install cargo-tarpaulin
run: cargo binstall cargo-tarpaulin
- name: Check code coverage with cargo-tarpaulin
run: cargo-tarpaulin --workspace --all-features --out xml
- name: Upload to codecov.io
Expand Down

0 comments on commit 68de20b

Please sign in to comment.