Skip to content

Commit

Permalink
ci: Cache the install of tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Aug 24, 2024
1 parent afa967d commit 99e345b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- name: Install tarpaulin
run: cargo install cargo-tarpaulin -f
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-tarpaulin
- name: Generate code coverage
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
- name: Upload to codecov.io
Expand Down

0 comments on commit 99e345b

Please sign in to comment.