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 d940886 commit fb3a6c7Copy full SHA for fb3a6c7
.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 -Cpanic=abort -Zpanic_abort_tests'
+ 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