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: sanitizers:
- address - address
- memory - memory
- undefined
fuzzing_engines: fuzzing_engines:
- afl - afl
- honggfuzz - honggfuzz

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

Loading…
Cancel
Save