Skip to content

Commit

Permalink
gh ci: ubsan halt on error
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Apr 21, 2023
1 parent 56b0b45 commit 68f71f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: cmake --build . --config ${{ matrix.type }}
- name: Test ASAN
run: ctest -C ${{ matrix.type }} --output-on-failure
env:
UBSAN_OPTIONS: halt_on_error=1
- name: Configure TSAN
run: cmake . -DCMAKE_BUILD_TYPE=${{ matrix.type }} -DITLIB_ASAN=0 -DITLIB_TSAN=1
- name: Build TSAN
Expand Down

0 comments on commit 68f71f6

Please sign in to comment.