Skip to content

Commit

Permalink
Merge pull request #2662 from Shaikh-Ubaid/make_jit_test_configurable
Browse files Browse the repository at this point in the history
Make running JIT tests configurable
  • Loading branch information
Shaikh-Ubaid authored Apr 24, 2024
2 parents 69b826e + 9bcd166 commit abc5de8
Show file tree
Hide file tree
Showing 3 changed files with 381 additions and 415 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ jobs:
shell: bash -e -l {0}
run: |
cd integration_tests
./run_tests.py -b c_sym cpython_sym llvm_sym
./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
integration_tests_cpython:
name: Run Integration tests with Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit abc5de8

Please sign in to comment.