Skip to content

Commit f3e5b9d

Browse files
committed
updated flags per rust-lang/rust#70175
1 parent ad1ddb9 commit f3e5b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: matrix.rust == 'nightly'
2121
env:
2222
CARGO_INCREMENTAL: 0
23-
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads
23+
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort
2424
CRATE_NAME: utils
2525
run: |
2626
cargo test --verbose $CARGO_OPTIONS

0 commit comments

Comments
 (0)