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.
2 parents 69b826e + 9bcd166 commit abc5de8Copy full SHA for abc5de8
.github/workflows/CI.yml
@@ -430,8 +430,8 @@ jobs:
430
shell: bash -e -l {0}
431
run: |
432
cd integration_tests
433
- ./run_tests.py -b c_sym cpython_sym llvm_sym
434
- ./run_tests.py -b c_sym cpython_sym llvm_sym -f
+ ./run_tests.py -b c_sym cpython_sym llvm_sym llvm_jit
+ ./run_tests.py -b c_sym cpython_sym llvm_sym llvm_jit -f
435
436
integration_tests_cpython:
437
name: Run Integration tests with Python ${{ matrix.python-version }}
0 commit comments