Skip to content

Commit b1d5478

Browse files
authored
Update build.yml
1 parent f2cf987 commit b1d5478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
# Set ASan/LSan options for runtime detection
4747
export ASAN_OPTIONS="detect_leaks=1:halt_on_error=1:verbosity=1"
48-
ctest -C ${{env.BUILD_TYPE}}
48+
ctest -C ${{env.BUILD_TYPE}} --output-on-failure
4949
5050
selfhosted:
5151
runs-on: self-hosted

0 commit comments

Comments
 (0)