We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6850871 commit 37f9b20Copy full SHA for 37f9b20
.github/workflows/test.yaml
@@ -38,8 +38,8 @@ jobs:
38
args: --locked --all-features --no-fail-fast
39
env:
40
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'
+ RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
+ RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
43
- uses: actions-rs/[email protected]
44
id: grcov
45
with:
0 commit comments