From: Arran Cudbard-Bell Date: Tue, 2 Nov 2021 13:52:39 +0000 (-0400) Subject: Do a complete build before running the unit tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d25dfc2da706bcceb7456136b7c6d05e1890fbb;p=thirdparty%2Ffreeradius-server.git Do a complete build before running the unit tests --- diff --git a/.github/workflows/ci-scheduled-fuzzing.yml b/.github/workflows/ci-scheduled-fuzzing.yml index 5f08facdce2..5e8717517d3 100644 --- a/.github/workflows/ci-scheduled-fuzzing.yml +++ b/.github/workflows/ci-scheduled-fuzzing.yml @@ -209,6 +209,7 @@ jobs: git clean -fxd done echo "::set-output name=commit_id::$(git rev-parse --short HEAD)" + make -j `nproc` make test.unit - name: Run fuzzer tests