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 f089c1c commit 749f1b8Copy full SHA for 749f1b8
.github/workflows/build.yml
@@ -17,5 +17,5 @@ jobs:
17
run: mkdir -p build && cd build && cmake ..
18
- name: make
19
run: cd build && make
20
- - name: make check
+ - name: ctest --output-on-failure
21
run: cd build && make check
0 commit comments