]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Analysis workflow, fix make target.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 Jun 2021 07:16:13 +0000 (09:16 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 Jun 2021 07:16:13 +0000 (09:16 +0200)
.github/workflows/analysis_ports.yml

index 9cb8c92840b6a38bcbf7d851cb9693e631bba152..1a66b200fe364f41dcbbcdc4552058387afe8855 100644 (file)
@@ -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' }}