Skip to content

Commit c642977

Browse files
committed
CI: Run tests via cargo-tarpaulin
1 parent 6e7b63a commit c642977

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

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

0 commit comments

Comments
 (0)