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.
2 parents 75248ff + 2b2879e commit 67f9279Copy full SHA for 67f9279
.github/workflows/cmake.yml
@@ -221,7 +221,7 @@ jobs:
221
- name: Test
222
working-directory: ${{github.workspace}}/build
223
run: |
224
- ctest -C ${{env.BUILD_TYPE}} --schedule-random -j2 -T memcheck > memcheck.out
+ ctest -C ${{env.BUILD_TYPE}} --output-on-failure --schedule-random -j2 -T memcheck > memcheck.out
225
cat memcheck.out
226
if tail -n 1 memcheck.out | grep -q "Memory checking results:"; then
227
exit 0
0 commit comments