Skip to content

Commit 99e345b

Browse files
committed
ci: Cache the install of tarpaulin
1 parent afa967d commit 99e345b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888
with:
8989
toolchain: ${{ matrix.rust }}
9090
- name: Install tarpaulin
91-
run: cargo install cargo-tarpaulin -f
91+
uses: taiki-e/cache-cargo-install-action@v2
92+
with:
93+
tool: cargo-tarpaulin
9294
- name: Generate code coverage
9395
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
9496
- name: Upload to codecov.io

0 commit comments

Comments
 (0)