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 ee9e34d commit 9bcd166Copy full SHA for 9bcd166
.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