Skip to content

Release for v0.0.6 #100

Release for v0.0.6

Release for v0.0.6 #100

Workflow file for this run

name: Simple test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: test
run: go test -race -v ./...