Skip to content

sync upstream

sync upstream #26

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: run tests
run: go test -v -race ./...