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 0801469 commit 46c9d7dCopy full SHA for 46c9d7d
.github/workflows/cron-ci.yaml
@@ -42,7 +42,7 @@ jobs:
42
i=0
43
# chunk into chunks of 10 tests each. idk at this point
44
while subtests=("${alltests[@]:$i:10}"); [[ ${#subtests[@]} -ne 0 ]]; do
45
- LLVM_PROFILE_FILE="$PWD/regrtest-%p.profraw" target/release/rustpython -m test -v "${subtests[@]}"
+ LLVM_PROFILE_FILE="$PWD/regrtest-%p.profraw" target/release/rustpython -m test -v "${subtests[@]}" || true
46
done
47
continue-on-error: true
48
- name: prepare code coverage data
0 commit comments