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 7bc83cd commit 324e762Copy full SHA for 324e762
.github/workflows/jit.yml
@@ -162,6 +162,7 @@ jobs:
162
fail-fast: false
163
matrix:
164
include:
165
+
166
- name: JIT without optimizations (Debug)
167
configure_flags: --enable-experimental-jit --with-pydebug
168
test_env: "PYTHON_UOPS_OPTIMIZE=0"
@@ -188,5 +189,4 @@ jobs:
188
189
- name: Test
190
if: matrix.run_tests != false
191
run: |
- ${{ matrix.test_env }} ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
192
- continue-on-error: ${{ matrix.continue_on_error }}
+ ${{ matrix.test_env }} ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
0 commit comments