github: re-enable ASan and UBSan for check-fuzz

ASan and UBSan were disabled by
364de00947, which has already prevented
multiple bugs from being discovered prior to merging.
This commit is contained in:
Matt Morehouse 2023-10-17 11:13:35 -05:00 committed by Rusty Russell
parent ee501b035b
commit 74b8fff3d4

View File

@ -203,7 +203,7 @@ jobs:
- name: Build
run: |
./configure --enable-debugbuild --enable-fuzzing --disable-valgrind CC=clang
./configure --enable-debugbuild --enable-fuzzing --enable-address-sanitizer --enable-ub-sanitizer --disable-valgrind CC=clang
make -j $(nproc) check-fuzz
integration: