Update ipv6-test.yml

This commit is contained in:
pradt2
2022-06-27 19:27:26 +01:00
committed by GitHub
parent 3b58015c03
commit ab06e32c86

View File

@@ -18,10 +18,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Set up WireGuard
uses: egor-tensin/setup-wireguard@v1
with:
@@ -30,5 +26,7 @@ jobs:
ips: '${{ secrets.WG_IFACE_ADDRESS }}'
allowed_ips: '${{ secrets.WG_PEER_ALLOWED_IPS }}'
private_key: '${{ secrets.WG_IFACE_PRIVATE_KEY }}'
- name: Run
run: cargo run
- name: Run ip addr
run: ip addr
- name: Run ping
run: ping6 -c 1 google.com