We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55f3d9a + 1070fb7 commit 4cf7da5Copy full SHA for 4cf7da5
ci/test.xsh
@@ -22,9 +22,12 @@ else:
22
src/bin/lpython examples/expr2.py
23
src/bin/lpython --backend=c examples/expr2.py
24
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
27
28
if $(uname).strip() == "Linux":
+ python run_tests.py -j16 -b llvm cpython c wasm
+ python run_tests.py -j16 -b llvm cpython c wasm -f
29
python run_tests.py -j16 -b x86 wasm_x86 wasm_x64
30
python run_tests.py -j16 -b x86 wasm_x86 wasm_x64 -f
31
+ else:
32
+ python run_tests.py -j16 -b llvm cpython wasm
33
+ python run_tests.py -j16 -b llvm cpython wasm -f
0 commit comments