We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cf987 commit b1d5478Copy full SHA for b1d5478
1 file changed
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
# Set ASan/LSan options for runtime detection
47
export ASAN_OPTIONS="detect_leaks=1:halt_on_error=1:verbosity=1"
48
- ctest -C ${{env.BUILD_TYPE}}
+ ctest -C ${{env.BUILD_TYPE}} --output-on-failure
49
50
selfhosted:
51
runs-on: self-hosted
0 commit comments