diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b669c76..f913f6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,6 +118,8 @@ jobs: sysctl net.ipv6.conf.all.disable_ipv6 sysctl net.ipv6.conf.default.disable_ipv6 sysctl net.ipv6.conf.lo.disable_ipv6 + + ping6 -c 4 ::1 || echo "::1 is not reachable" - name: Run unit tests run: |