Skip to content

Commit eb0bd41

Browse files
committed
Add a test in CI
1 parent 1da9ea7 commit eb0bd41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/test.xsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ if $WIN == "1":
1919
python run_tests.py --skip-run-with-dbg --no-color
2020
else:
2121
python run_tests.py
22+
src/bin/lpython examples/expr2.py
23+
src/bin/lpython --backend=c examples/expr2.py
2224
cd integration_tests
2325
python run_tests.py -j16 -b llvm cpython c wasm
2426

0 commit comments

Comments
 (0)