From 2ff963db16534c852dec48c781a05a7e1a8a7ec5 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 8 Jan 2020 10:16:40 -0600 Subject: [PATCH] github-ci: do distcheck on fedora 31 build There were no distchecks being done on builds from git. --- .github/workflows/builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 9a875c87aa..a1cfecc8ba 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -249,6 +249,7 @@ jobs: - run: ./configure --enable-unittests - run: make -j2 - run: make check + - run: make distcheck - name: Fetching suricata-verify run: git clone https://github.com/OISF/suricata-verify.git - name: Running suricata-verify -- 2.47.2