Skip to content

Commit 46c9d7d

Browse files
committed
cron-ci tweak
1 parent 0801469 commit 46c9d7d

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
@@ -42,7 +42,7 @@ jobs:
4242
i=0
4343
# chunk into chunks of 10 tests each. idk at this point
4444
while subtests=("${alltests[@]:$i:10}"); [[ ${#subtests[@]} -ne 0 ]]; do
45-
LLVM_PROFILE_FILE="$PWD/regrtest-%p.profraw" target/release/rustpython -m test -v "${subtests[@]}"
45+
LLVM_PROFILE_FILE="$PWD/regrtest-%p.profraw" target/release/rustpython -m test -v "${subtests[@]}" || true
4646
done
4747
continue-on-error: true
4848
- name: prepare code coverage data

0 commit comments

Comments
 (0)