summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-next.yml
diff options
context:
space:
mode:
authorLorenz Kästle <lorenz.kaestle@netways.de>2025-05-08 08:59:36 +0200
committerLorenz Kästle <lorenz.kaestle@netways.de>2025-05-08 09:04:20 +0200
commit236188e92fbc81e0d05f79ee1688daedbaf204dc (patch)
tree2df44866fbd5a9e02ead2cb8a46f35fd5e670365 /.github/workflows/test-next.yml
parent35d957fa5c07660e0fc1254edd3aa625576504c2 (diff)
downloadmonitoring-plugins-236188e92fbc81e0d05f79ee1688daedbaf204dc.tar.gz
Do not explicitely disable IPv6 in the CI
Diffstat (limited to '.github/workflows/test-next.yml')
-rw-r--r--.github/workflows/test-next.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml
index 81240759..fd59e85d 100644
--- a/.github/workflows/test-next.yml
+++ b/.github/workflows/test-next.yml
@@ -38,7 +38,7 @@ jobs:
38 ${{ matrix.distro }} \ 38 ${{ matrix.distro }} \
39 /bin/sh -c '${{ matrix.prepare }} && \ 39 /bin/sh -c '${{ matrix.prepare }} && \
40 tools/setup && \ 40 tools/setup && \
41 ./configure --enable-libtap --with-ipv6=no && \ 41 ./configure --enable-libtap && \
42 make && \ 42 make && \
43 make test && \ 43 make test && \
44 make dist && \ 44 make dist && \