We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f105e72 + fb3a6c7 commit 1031fd7Copy full SHA for 1031fd7
.github/workflows/cron-ci.yaml
@@ -30,7 +30,7 @@ jobs:
30
args: --verbose
31
env:
32
CARGO_INCREMENTAL: '0'
33
- 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 -Zpanic_abort_tests' # -Cpanic=abort
34
- uses: actions/setup-python@v1
35
with:
36
python-version: 3.8
0 commit comments