We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ff370 commit 8aef587Copy full SHA for 8aef587
1 file changed
.github/workflows/linux.yml
@@ -119,7 +119,8 @@ jobs:
119
args: --locked --all --all-features --no-fail-fast -- --nocapture
120
env:
121
CARGO_INCREMENTAL: '0'
122
- RUSTFLAGS: '-Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort'
+ RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort'
123
+ RUSTDOCFLAGS: '-Cpanic=abort'
124
- id: coverage
125
if: matrix.name == 'nightly'
126
uses: actions-rs/grcov@master
0 commit comments