We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de1e58 commit 702cee0Copy full SHA for 702cee0
1 file changed
.github/workflows/CI-unixish.yml
@@ -40,6 +40,6 @@ jobs:
40
run: |
41
make -j$(nproc) CPPFLAGS=-DTEST_MATHLIB_VALUE testrunner
42
ls -l
43
- ./testrunner -q TestPreprocessor || true
+ ./testrunner TestPreprocessor || true
44
45
ls -l test
0 commit comments