Skip to content

Commit 71b1627

Browse files
committed
CI: Ensure that tests from all workspace projects are run
1 parent ed87d18 commit 71b1627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ jobs:
218218

219219
- name: Run tests (with coverage report)
220220
if: matrix.rust == 'stable'
221-
run: cargo tarpaulin --avoid-cfg-tarpaulin
221+
run: cargo tarpaulin --avoid-cfg-tarpaulin --workspace
222222

223223
- name: Run tests
224224
if: matrix.rust != 'stable'
225-
run: cargo test
225+
run: cargo test --workspace
226226

227227
- name: Prune unnecessary cache
228228
run: script/ci/prune-cache.sh

0 commit comments

Comments
 (0)