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 46c9d7d commit 4c6fe4aCopy full SHA for 4c6fe4a
.github/workflows/cron-ci.yaml
@@ -43,6 +43,7 @@ jobs:
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[@]}" || true
46
+ ((i+=1))
47
done
48
continue-on-error: true
49
- name: prepare code coverage data
0 commit comments