Skip to content

Commit 4ddf75e

Browse files
committed
CI: Run tests via cargo-tarpaulin
1 parent f743cc8 commit 4ddf75e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,10 @@ jobs:
195195
cargo fmt -- --check
196196
cargo clippy --all-targets --all-features --all
197197
198-
- name: Test
199-
run: cargo test
198+
- name: Run cargo-tarpaulin
199+
uses: actions-rs/[email protected]
200+
with:
201+
version: '0.17.0'
200202

201203
- name: Prune unnecessary cache
202204
run: script/ci/prune-cache.sh

0 commit comments

Comments
 (0)