Skip to content

Go Test

Go Test #22

Workflow file for this run

name: Go Test
on: [ push ]
jobs:
test:
name: Go Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Go Test
run: go test -race ./...