Skip to content

Commit abc5de8

Browse files
authored
Merge pull request #2662 from Shaikh-Ubaid/make_jit_test_configurable
Make running JIT tests configurable
2 parents 69b826e + 9bcd166 commit abc5de8

File tree

3 files changed

+381
-415
lines changed

3 files changed

+381
-415
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ jobs:
430430
shell: bash -e -l {0}
431431
run: |
432432
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
433+
./run_tests.py -b c_sym cpython_sym llvm_sym llvm_jit
434+
./run_tests.py -b c_sym cpython_sym llvm_sym llvm_jit -f
435435
436436
integration_tests_cpython:
437437
name: Run Integration tests with Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)