Skip to content

Merge pull request #19 from nudgebee/docs/oss-fork-attribution #2

Merge pull request #19 from nudgebee/docs/oss-fork-attribution

Merge pull request #19 from nudgebee/docs/oss-fork-attribution #2

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
cache: true
- run: go build -mod=readonly ./...
- run: go test -race -count=1 ./...