Skip to content

Commit f2a8f04

Browse files
committed
Enable UBSan sanitizer on CI
1 parent d6fbd6b commit f2a8f04

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ jobs:
4343
- name: test
4444
run: |
4545
make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y CONFIG_MSAN=y CONFIG_CLANG=y test
46+
linux-ubsan:
47+
runs-on: ubuntu-latest
48+
steps:
49+
- uses: actions/checkout@v3
50+
- name: test
51+
run: |
52+
make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y CONFIG_UBSAN=y test
4653
4754
macos:
4855
runs-on: macos-latest

0 commit comments

Comments
 (0)