Files
wxWidgets/.github/workflows
Vadim Zeitlin 7a1bfc4f30 Exit with error if UBSAN detects any failures
By default, UBSAN doesn't stop the program and so the exit code is still
0 even if errors are detected, so set halt_on_error=1 in UBSAN_OPTIONS
to change this.

But also still rerun the tests normally, without halting, to detect all
UB occurrences if there is more than one instance of it.
2024-10-21 21:23:07 +02:00
..
2024-07-07 01:17:22 +02:00