We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb74a4 commit 33405d5Copy full SHA for 33405d5
.github/workflows/ci.yml
@@ -36,4 +36,4 @@ jobs:
36
- name: build
37
run: cd build && make -j $(($(nproc)+1))
38
- name: test
39
- run: cd build && make check -j $(($(nproc)+1))
+ run: cd build && CTEST_OUTPUT_ON_FAILURE=1 make check -j $(($(nproc)+1))
0 commit comments