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 05c1006 commit 53fe147Copy full SHA for 53fe147
.github/workflows/unit-test.yml
@@ -46,3 +46,6 @@ jobs:
46
run: cmake --build . --config ${{ matrix.cfg.btype }} ${{ matrix.cfg.buildflags }}
47
- name: Test
48
run: ctest -C ${{ matrix.cfg.btype }} --output-on-failure
49
+ env:
50
+ # just set this to all configs, it will be used where it matters and ignored otherwise
51
+ UBSAN_OPTIONS: halt_on_error=1
0 commit comments