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.
1 parent a36ec98 commit f3b8773Copy full SHA for f3b8773
.github/workflows/CI.yml
@@ -340,7 +340,7 @@ jobs:
340
shell: bash -e -l {0}
341
run: |
342
ctest --rerun-failed --output-on-failure
343
- ./run_tests.py -s
+ ./run_tests.py -s --skip-run-with-dbg
344
cd integration_tests
345
./run_tests.py -b llvm c
346
./run_tests.py -b llvm c -f
ci/test.xsh
@@ -18,7 +18,7 @@ src/bin/lpython --show-cpp tests/doconcurrentloop_01.py
18
if $WIN == "1":
19
python run_tests.py --skip-run-with-dbg --no-color
20
else:
21
- python run_tests.py
+ python run_tests.py --skip-run-with-dbg
22
src/bin/lpython examples/expr2.py
23
src/bin/lpython --backend=c examples/expr2.py
24
0 commit comments