Skip to content

Commit 324e762

Browse files
Remove continue on error
1 parent 7bc83cd commit 324e762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
fail-fast: false
163163
matrix:
164164
include:
165+
165166
- name: JIT without optimizations (Debug)
166167
configure_flags: --enable-experimental-jit --with-pydebug
167168
test_env: "PYTHON_UOPS_OPTIMIZE=0"
@@ -188,5 +189,4 @@ jobs:
188189
- name: Test
189190
if: matrix.run_tests != false
190191
run: |
191-
${{ matrix.test_env }} ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
192-
continue-on-error: ${{ matrix.continue_on_error }}
192+
${{ matrix.test_env }} ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3

0 commit comments

Comments
 (0)