mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
Analysis workflow, output testbound results.
This commit is contained in:
parent
8a25ca9651
commit
56733f1ba0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/analysis_ports.yml
vendored
2
.github/workflows/analysis_ports.yml
vendored
|
|
@ -314,7 +314,7 @@ jobs:
|
|||
echo "./configure --enable-debug --enable-static-exe --disable-flto \"--with-ssl=$prepath/openssl\" --with-libexpat=\"$prepath/expat\""
|
||||
./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat"
|
||||
make
|
||||
make test
|
||||
make test || ./testbound.exe -p testdata/acl.rpl -o -vvvv
|
||||
- name: test_android
|
||||
if: ${{ matrix.test_android == 'yes' }}
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue