Skip to content

Commit 76d6191

Browse files
committed
CI: Install cargo-tarpaulin regularly
1 parent b8807ed commit 76d6191

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,8 @@ jobs:
197197
cargo fmt -- --check
198198
cargo clippy --all-targets --all-features --all
199199
200-
- name: Run cargo-tarpaulin
201-
uses: actions-rs/[email protected]
202-
with:
203-
version: '0.17.0'
200+
- run: cargo install cargo-tarpaulin
201+
- run: cargo tarpaulin
204202

205203
- name: Prune unnecessary cache
206204
run: script/ci/prune-cache.sh

0 commit comments

Comments
 (0)