Skip to content

update readmes and ga actions #3

update readmes and ga actions

update readmes and ga actions #3

Workflow file for this run

name: test
on:
push:
branches:
- "**"
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: go mod download
- run: go test -vet=all -race ./...