mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
Merge branch 'master' into 20250327-use-flags-fping
This commit is contained in:
commit
da80da50d3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-next.yml
vendored
2
.github/workflows/test-next.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
${{ matrix.distro }} \
|
||||
/bin/sh -c '${{ matrix.prepare }} && \
|
||||
tools/setup && \
|
||||
./configure --enable-libtap --with-ipv6=no && \
|
||||
./configure --enable-libtap && \
|
||||
make && \
|
||||
make test && \
|
||||
make dist && \
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
${{ matrix.distro }} \
|
||||
/bin/sh -c '${{ matrix.prepare }} && \
|
||||
tools/setup && \
|
||||
./configure --enable-libtap --with-ipv6=no && \
|
||||
./configure --enable-libtap && \
|
||||
make && \
|
||||
make test && \
|
||||
make dist && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue