We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918c22b commit 648a4eeCopy full SHA for 648a4ee
1 file changed
.github/workflows/CI-unixish.yml
@@ -39,4 +39,6 @@ jobs:
39
- name: Test with TEST_MATHLIB_VALUE
40
run: |
41
make -j$(nproc) CPPFLAGS=-DTEST_MATHLIB_VALUE testrunner
42
- ./testrunner -q TestPreprocessor
+ ./testrunner -q TestPreprocessor || true
43
+ ls -l
44
+ ls -l test
0 commit comments