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
+8
View File
@@ -36,6 +36,14 @@ jobs:
working-directory: ./.github/workflows/smoke
run: ./smoke.sh
- name: setup docker image ipv6
working-directory: ./.github/workflows/smoke
run: SMOKE_OVERLAY_IPV6=1 ./build.sh
- name: run smoke ipv6
working-directory: ./.github/workflows/smoke
run: SMOKE_OVERLAY_IPV6=1 ./smoke.sh
- name: setup relay docker image
working-directory: ./.github/workflows/smoke
run: ./build-relay.sh