Skip to content

Commit c659ea1

Browse files
authored
Update ci/test.xsh
1 parent 11b75f8 commit c659ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test.xsh

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

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

0 commit comments

Comments
 (0)