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 82a8b39 commit f8d6112Copy full SHA for f8d6112
.github/workflows/c-cpp.yml
@@ -96,4 +96,4 @@ jobs:
96
97
- name: Test
98
working-directory: ${{ steps.strings.outputs.build-output-dir }}
99
- run: ctest --build-config ${{ matrix.build_type }}
+ run: ctest --build-config ${{ matrix.build_type }} --output-on-failure --verbose
0 commit comments