Skip to content

Commit 1031fd7

Browse files
authored
Merge pull request RustPython#1954 from RustPython/coolreader18/fix-codecov
Fix codecov collection
2 parents f105e72 + fb3a6c7 commit 1031fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-ci.yaml

+1-1
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 -Zno-landing-pads'
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)