Skip to content

Commit

Permalink
CI: TEST llvm_jit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Apr 24, 2024
1 parent ee9e34d commit c59f80e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ jobs:
ctest
./run_tests.py -s
cd integration_tests
./run_tests.py -b llvm c
./run_tests.py -b llvm c -f
./run_tests.py -b llvm c llvm_jit
./run_tests.py -b llvm c llvm_jit -f
release:
name: Check Release build
Expand Down Expand Up @@ -341,8 +341,8 @@ jobs:
ctest --rerun-failed --output-on-failure
./run_tests.py -s
cd integration_tests
./run_tests.py -b llvm c
./run_tests.py -b llvm c -f
./run_tests.py -b llvm c llvm_jit
./run_tests.py -b llvm c llvm_jit -f
cpython_interop:
name: Test CPython Interop (@pythoncall)
Expand Down

0 comments on commit c59f80e

Please sign in to comment.