ci: do not run undefined for clusterfuzzlite

as it takes too long to build
This commit is contained in:
Philippe Antoine 2025-09-04 10:45:14 +02:00 committed by Victor Julien
parent b868ee6655
commit 6d52bcbcb1
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ auto_ccs:
sanitizers:
- address
- memory
- undefined
fuzzing_engines:
- afl
- honggfuzz

View file

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sanitizer: [address, undefined]
sanitizer: [address]
steps:
- name: Clear unnecessary files
run: |