From cb0ee7df558eb7ef8bb8778894f03b5a728a0612 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Wed, 27 Nov 2024 13:47:28 +0800 Subject: [PATCH] ci: check ipv6 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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: |