Add smoke test for ipv6 (#1764)

* Add smoke test for ipv6

* fix ncat listen for ipv6
This commit is contained in:
Wade Simmons
2026-06-16 12:13:05 -04:00
committed by GitHub
parent b7d83b0500
commit ab539f8a3f
4 changed files with 67 additions and 30 deletions
+3
View File
@@ -268,6 +268,9 @@ smoke-relay-docker: bin-docker
cd .github/workflows/smoke/ && ./build-relay.sh
cd .github/workflows/smoke/ && ./smoke-relay.sh
smoke-docker-ipv6: export SMOKE_OVERLAY_IPV6 = 1
smoke-docker-ipv6: smoke-docker
smoke-docker-race: BUILD_ARGS = -race
smoke-docker-race: CGO_ENABLED = 1
smoke-docker-race: smoke-docker