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