Skip to content

Commit f3b8773

Browse files
committed
Skip debug reference tests
1 parent a36ec98 commit f3b8773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
shell: bash -e -l {0}
341341
run: |
342342
ctest --rerun-failed --output-on-failure
343-
./run_tests.py -s
343+
./run_tests.py -s --skip-run-with-dbg
344344
cd integration_tests
345345
./run_tests.py -b llvm c
346346
./run_tests.py -b llvm c -f

ci/test.xsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ src/bin/lpython --show-cpp tests/doconcurrentloop_01.py
1818
if $WIN == "1":
1919
python run_tests.py --skip-run-with-dbg --no-color
2020
else:
21-
python run_tests.py
21+
python run_tests.py --skip-run-with-dbg
2222
src/bin/lpython examples/expr2.py
2323
src/bin/lpython --backend=c examples/expr2.py
2424
cd integration_tests

0 commit comments

Comments
 (0)