ci: do not run undefined for clusterfuzzlite

as it takes too long to build
pull/13817/head
Philippe Antoine 1 month ago committed by Victor Julien
parent b868ee6655
commit 6d52bcbcb1

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

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

Loading…
Cancel
Save