From: W.C.A. Wijngaards Date: Fri, 25 Jun 2021 07:16:13 +0000 (+0200) Subject: Analysis workflow, fix make target. X-Git-Tag: release-1.13.2rc1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b66c5f6e43f7c679b5f82f77f9ed4ffde09cf07;p=thirdparty%2Funbound.git Analysis workflow, fix make target. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 9cb8c9284..1a66b200f 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -233,9 +233,9 @@ jobs: ./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat" make # specific test output - make testbound; ./testbound -s + make testbound.exe; ./testbound.exe -s # make testbound; ./testbound.exe -p testdata/acl.rpl -o -vvvv - make testbound; ./testbound.exe -p testdata/auth_nsec3_ent.rpl -o -vvvv + make testbound.exe; ./testbound.exe -p testdata/auth_nsec3_ent.rpl -o -vvvv make test - name: test_android if: ${{ matrix.test_android == 'yes' }}