Disable IPv6 in tests

Docker doesn't seem to have a working IPv6 stack by default. For now
disable IPv6 tests.

Signed-off-by: Jacob Hansen <jhansen@op5.com>
This commit is contained in:
Jacob Hansen 2021-05-19 13:12:29 +02:00
parent ae2fe683e3
commit 227369bb3b
No known key found for this signature in database
GPG key ID: 8FE936C265B721A9

View file

@ -71,7 +71,7 @@ jobs:
${{ matrix.distro }} \
/bin/sh -c '${{ matrix.prepare }} && \
tools/setup && \
./configure --enable-libtap && \
./configure --enable-libtap --with-ipv6=no && \
make && \
make test'
docker volume rm tmp-vol