Skip to content

Commit

Permalink
CI: Update CI for --fast integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Jun 27, 2023
1 parent 3fdcac3 commit 3394417
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ jobs:
./run_tests.py -s
cd integration_tests
./run_tests.py -b llvm c
./run_tests.py -b llvm c -f
cpython_interop:
name: Test CPython Interop (@pythoncall)
Expand Down Expand Up @@ -347,6 +348,7 @@ jobs:
run: |
cd integration_tests
./run_tests.py -b cpython c_py
./run_tests.py -b cpython c_py -f
sympy:
name: Run SymPy tests
Expand Down Expand Up @@ -391,3 +393,4 @@ jobs:
run: |
cd integration_tests
./run_tests.py -b c_sym cpython_sym
./run_tests.py -b c_sym cpython_sym -f
2 changes: 2 additions & 0 deletions ci/test.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ else:
src/bin/lpython --backend=c examples/expr2.py
cd integration_tests
python run_tests.py -j16 -b llvm cpython c wasm
python run_tests.py -j16 -b llvm cpython c wasm -f

if $(uname).strip() == "Linux":
python run_tests.py -j16 -b x86 wasm_x86 wasm_x64
python run_tests.py -j16 -b x86 wasm_x86 wasm_x64 -f

0 comments on commit 3394417

Please sign in to comment.