File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,7 @@ jobs:
304304 ./run_tests.py -s
305305 cd integration_tests
306306 ./run_tests.py -b llvm c
307+ ./run_tests.py -b llvm c -f
307308
308309 cpython_interop :
309310 name : Test CPython Interop (@pythoncall)
@@ -347,6 +348,7 @@ jobs:
347348 run : |
348349 cd integration_tests
349350 ./run_tests.py -b cpython c_py
351+ ./run_tests.py -b cpython c_py -f
350352
351353 sympy :
352354 name : Run SymPy tests
@@ -391,3 +393,4 @@ jobs:
391393 run : |
392394 cd integration_tests
393395 ./run_tests.py -b c_sym cpython_sym
396+ ./run_tests.py -b c_sym cpython_sym -f
Original file line number Diff line number Diff line change 2323 src / bin / lpython - - backend = c examples / expr2 .py
2424 cd integration_tests
2525 python run_tests .py - j16 - b llvm cpython c wasm
26+ python run_tests .py - j16 - b llvm cpython c wasm - f
2627
2728 if $(uname ).strip () == "Linux" :
2829 python run_tests .py - j16 - b x86 wasm_x86 wasm_x64
30+ python run_tests .py - j16 - b x86 wasm_x86 wasm_x64 - f
You can’t perform that action at this time.
0 commit comments