Skip to content

Commit 551997b

Browse files
committed
fix: ci by removing c code generation
1 parent 9582f9e commit 551997b

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 c wasm
26-
python run_tests.py -j16 -b llvm cpython c wasm -f
25+
python run_tests.py -j16 -b llvm cpython wasm
26+
python run_tests.py -j16 -b llvm cpython 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)