Skip to content

Commit 6a692c4

Browse files
committed
CI: Install cargo-tarpaulin regularly
1 parent 4ddf75e commit 6a692c4

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
@@ -195,10 +195,8 @@ jobs:
195195
cargo fmt -- --check
196196
cargo clippy --all-targets --all-features --all
197197
198-
- name: Run cargo-tarpaulin
199-
uses: actions-rs/[email protected]
200-
with:
201-
version: '0.17.0'
198+
- run: cargo install cargo-tarpaulin
199+
- run: cargo tarpaulin
202200

203201
- name: Prune unnecessary cache
204202
run: script/ci/prune-cache.sh

0 commit comments

Comments
 (0)