We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1ddb9 commit f3e5b9dCopy full SHA for f3e5b9d
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
if: matrix.rust == 'nightly'
21
env:
22
CARGO_INCREMENTAL: 0
23
- RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads
+ RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort
24
CRATE_NAME: utils
25
run: |
26
cargo test --verbose $CARGO_OPTIONS
0 commit comments