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 cb57345 commit 5f379f4Copy full SHA for 5f379f4
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
cd build
20
cmake ..
21
cmake --build . --config Release
22
- ctest --force-new-ctest-process -C Release
+ ctest --force-new-ctest-process -V -C Release
23
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/${{ runner.os }}/
24
25
- name: Upload
0 commit comments