Skip to content

Commit 3394417

Browse files
committed
CI: Update CI for --fast integration tests
1 parent 3fdcac3 commit 3394417

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ jobs:
304304
./run_tests.py -s
305305
cd integration_tests
306306
./run_tests.py -b llvm c
307+
./run_tests.py -b llvm c -f
307308
308309
cpython_interop:
309310
name: Test CPython Interop (@pythoncall)
@@ -347,6 +348,7 @@ jobs:
347348
run: |
348349
cd integration_tests
349350
./run_tests.py -b cpython c_py
351+
./run_tests.py -b cpython c_py -f
350352
351353
sympy:
352354
name: Run SymPy tests
@@ -391,3 +393,4 @@ jobs:
391393
run: |
392394
cd integration_tests
393395
./run_tests.py -b c_sym cpython_sym
396+
./run_tests.py -b c_sym cpython_sym -f

ci/test.xsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ else:
2323
src/bin/lpython --backend=c examples/expr2.py
2424
cd integration_tests
2525
python run_tests.py -j16 -b llvm cpython c wasm
26+
python run_tests.py -j16 -b llvm cpython c wasm -f
2627

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

0 commit comments

Comments
 (0)