Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add a test in CI
  • Loading branch information
Smit-create committed Mar 23, 2023
commit eb0bd418592577a292c8a1cd9d83e781b74f9085
2 changes: 2 additions & 0 deletions ci/test.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ if $WIN == "1":
python run_tests.py --skip-run-with-dbg --no-color
else:
python run_tests.py
src/bin/lpython examples/expr2.py
src/bin/lpython --backend=c examples/expr2.py
cd integration_tests
python run_tests.py -j16 -b llvm cpython c wasm

Expand Down