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 73a1e96 commit 1592399Copy full SHA for 1592399
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
cd build
20
cmake ..
21
cmake --build . --config Release
22
- ctest -V -C Release
+ ctest -V -C --output-on-failure Release
23
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/${{ runner.os }}/
24
25
- name: Upload
0 commit comments