mirror of
https://github.com/uutils/tar.git
synced 2026-06-10 16:14:35 -07:00
ci: run coverage tests for full workspace
This commit is contained in:
committed by
Daniel Hofstetter
parent
7c00028cfb
commit
b760338e9d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user