run both *address* and *undefined-behaviour* sanitizer tests on Github Actions CI

Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
Anjan Roy
2023-12-17 13:13:03 +04:00
parent 67a41dc1ec
commit de19f1e77a

View File

@@ -35,3 +35,7 @@ jobs:
popd
- name: Execute Tests on ${{matrix.os}}
run: make -j
- name: Execute Tests with AddressSanitizer on ${{matrix.os}}
run: make asan_test -j
- name: Execute Tests with UndefinedBehaviourSanitizer on ${{matrix.os}}
run: make ubsan_test -j