mirror of
https://github.com/itzmeanjan/ml-kem.git
synced 2026-01-09 15:47:55 -05:00
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:
4
.github/workflows/test_ci.yml
vendored
4
.github/workflows/test_ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user