Skip to content

register tailscale+udp network for HTTP3 #8

register tailscale+udp network for HTTP3

register tailscale+udp network for HTTP3 #8

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- "**"
name: tests
concurrency:
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run go test
run: go test -v ./...