Skip to content

Commit 22319f3

Browse files
committed
CI: Install cargo-tarpaulin regularly
1 parent 2e41376 commit 22319f3

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

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

0 commit comments

Comments
 (0)