IPv6 tests

This commit is contained in:
Earl Warren 2023-12-02 19:18:51 +01:00
parent f3ac0def98
commit d7e471a392
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 68 additions and 5 deletions

11
.forgejo/testdata/ipv6.yml vendored Normal file
View file

@ -0,0 +1,11 @@
---
on: push
jobs:
ipv6:
runs-on: docker
container:
image: debian:bookworm
steps:
- run: |
apt update -qq ; apt --quiet install -qq --yes iputils-ping
ping -c 1 -6 ::1