Skip to content

Commit

Permalink
Enable UBSan sanitizer on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Nov 1, 2023
1 parent d6fbd6b commit f2a8f04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -43,6 +43,13 @@ jobs:
- name: test
run: |
make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y CONFIG_MSAN=y CONFIG_CLANG=y test
linux-ubsan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test
run: |
make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y CONFIG_UBSAN=y test
macos:
runs-on: macos-latest
Expand Down

0 comments on commit f2a8f04

Please sign in to comment.