Skip to content

Commit e0b03c8

Browse files
committed
Don't abort codecov data upload when regrtests fail
1 parent 60159b2 commit e0b03c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
- name: run snippets
3030
run: LLVM_PROFILE_FILE="$PWD/snippet-%p.profraw" pytest -v
3131
working-directory: ./extra_tests
32+
continue-on-error: true
3233
- name: run cpython tests
3334
run: LLVM_PROFILE_FILE="$PWD/regrtest.profraw" target/release/rustpython -m test -v
35+
continue-on-error: true
3436
- name: prepare code coverage data
3537
run: |
3638
rusttool() {

0 commit comments

Comments
 (0)