ci: do not run undefined for clusterfuzzlite

as it takes too long to build

(cherry picked from commit 6d52bcbcb1)
pull/13837/head
Philippe Antoine 2 months ago committed by Victor Julien
parent 6f2dad1888
commit cb452434fc

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

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

Loading…
Cancel
Save