mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-28 04:12:40 -05:00
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:
parent
ae2fe683e3
commit
227369bb3b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue