File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 - name : Run Tests
5151 working-directory : build
5252 env :
53- ASAN_OPTIONS : log_path=out.log:detect_leaks=1:symbolize=1:strict_string_checks=1:halt_on_error=0 :detect_container_overflow=0
53+ ASAN_OPTIONS : log_path=out.log:detect_leaks=1:symbolize=1:strict_string_checks=1:halt_on_error=1 :detect_container_overflow=0
5454 LSAN_OPTIONS : suppressions=${{ github.workspace }}/.github/lsan-suppressions.txt
55- UBSAN_OPTIONS : log_path=out.log:print_stacktrace=1:suppressions=${{ github.workspace }}/.github/ubsan-suppressions.txt
55+ UBSAN_OPTIONS : log_path=out.log:halt_on_error=1: print_stacktrace=1:suppressions=${{ github.workspace }}/.github/ubsan-suppressions.txt
5656 run : |
5757 ctest --output-on-failure
5858 - name : Save the test output
You can’t perform that action at this time.
0 commit comments