Skip to content

Commit 57dcb31

Browse files
committed
Fix test workflow
1 parent 6850871 commit 57dcb31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
args: --locked --all-features --no-fail-fast
3939
env:
4040
CARGO_INCREMENTAL: '0'
41-
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
42-
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
41+
RUSTFLAGS: '-Cinstrument-coverage'
42+
RUSTDOCFLAGS: '-Cinstrument-coverage'
4343
- uses: actions-rs/[email protected]
4444
id: grcov
4545
with:

0 commit comments

Comments
 (0)