Skip to content

Merge pull request #27 from mroth/fuzz #113

Merge pull request #27 from mroth/fuzz

Merge pull request #27 from mroth/fuzz #113

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go:
- "1.18"
- "1.19"
- "1.20"
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test -race