Skip to content

Commit fb3a6c7

Browse files
committed
Disabling panic=abort temporarily
1 parent d940886 commit fb3a6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
args: --verbose
3131
env:
3232
CARGO_INCREMENTAL: '0'
33-
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
33+
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests' # -Cpanic=abort
3434
- uses: actions/setup-python@v1
3535
with:
3636
python-version: 3.8

0 commit comments

Comments
 (0)