Skip to content

Commit 9bcd166

Browse files
committed
CI: TEST llvm_jit
1 parent ee9e34d commit 9bcd166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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)