Skip to content

Commit 4c6fe4a

Browse files
committed
forgot to inc loop counter
1 parent 46c9d7d commit 4c6fe4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
# chunk into chunks of 10 tests each. idk at this point
4444
while subtests=("${alltests[@]:$i:10}"); [[ ${#subtests[@]} -ne 0 ]]; do
4545
LLVM_PROFILE_FILE="$PWD/regrtest-%p.profraw" target/release/rustpython -m test -v "${subtests[@]}" || true
46+
((i+=1))
4647
done
4748
continue-on-error: true
4849
- name: prepare code coverage data

0 commit comments

Comments
 (0)