Skip to content

add GitHub Actions test.yml, PATENTS & CoC files from tailscale/tailscale #1

add GitHub Actions test.yml, PATENTS & CoC files from tailscale/tailscale

add GitHub Actions test.yml, PATENTS & CoC files from tailscale/tailscale #1

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: Test
run: go test ./...