ci: run coverage tests for full workspace

This commit is contained in:
Jeff Bailey
2026-04-05 00:06:18 +00:00
committed by Daniel Hofstetter
parent 7c00028cfb
commit b760338e9d
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
CODECOV_FLAGS=$( echo "${{ matrix.job.os }}" | sed 's/[^[:alnum:]]/_/g' )
outputs CODECOV_FLAGS
- name: Test
run: cargo test --no-fail-fast
run: cargo test --workspace --no-fail-fast
env:
RUSTC_WRAPPER: ""
RUSTFLAGS: "-Cinstrument-coverage -Zcoverage-options=branch -Ccodegen-units=1 -Copt-level=0 -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"