Skip to content

Commit c8644bf

Browse files
committed
test
1 parent 0500cb8 commit c8644bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
- name: Test with TEST_MATHLIB_VALUE
4040
run: |
4141
make -j$(nproc) CPPFLAGS=-DTEST_MATHLIB_VALUE testrunner
42-
./testrunner -q TestPreprocessor
42+
./testrunner -q TestPreprocessor || true
43+
ls -l
44+
ls -l test

0 commit comments

Comments
 (0)