ci: enables fuzz targets in one build

github workflow wih debian
pull/4729/head
Philippe Antoine 6 years ago
parent e500c59b99
commit 66181ed2e4

@ -453,7 +453,7 @@ jobs:
tar zxvf - --strip-components=1
working-directory: suricata-update
- run: ./autogen.sh
- run: ./configure --enable-unittests
- run: ./configure --enable-unittests --enable-fuzztargets
- run: make -j2
- run: make check
- name: Fetching suricata-verify

Loading…
Cancel
Save