From 66181ed2e4b9f174d84e0db06ab99e5817367f73 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Thu, 26 Mar 2020 14:06:32 +0100 Subject: [PATCH] ci: enables fuzz targets in one build github workflow wih debian --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 67bcea0e59..1d3e59ca01 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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 -- 2.47.2