Skip to content

fix: no-op delegated domains without state #41

fix: no-op delegated domains without state

fix: no-op delegated domains without state #41

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- run: go vet ./...
- run: go test ./... -race -count=1