Skip to content

Commit b8807ed

Browse files
committed
CI: Run tests via cargo-tarpaulin
1 parent 463d304 commit b8807ed

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
@@ -197,8 +197,10 @@ jobs:
197197
cargo fmt -- --check
198198
cargo clippy --all-targets --all-features --all
199199
200-
- name: Test
201-
run: cargo test
200+
- name: Run cargo-tarpaulin
201+
uses: actions-rs/[email protected]
202+
with:
203+
version: '0.17.0'
202204

203205
- name: Prune unnecessary cache
204206
run: script/ci/prune-cache.sh

0 commit comments

Comments
 (0)