Skip to content

lux: raise tunnel coverage >90% and add a live production e2e test (s… #60

lux: raise tunnel coverage >90% and add a live production e2e test (s…

lux: raise tunnel coverage >90% and add a live production e2e test (s… #60

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.26.x'
cache: true
- run: go mod tidy -diff
- run: go vet ./...
- run: go build ./...
- run: go test ./...