Skip to content

prep for move to tailscale-dev org #26

prep for move to tailscale-dev org

prep for move to tailscale-dev org #26

Workflow file for this run

name: go - Run tests
on:
pull_request:
types: [opened, reopened, synchronize, closed]
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: |
go test -v