Skip to content

fix: refactor errors #123

fix: refactor errors

fix: refactor errors #123

Workflow file for this run

name: Run go tests
on:
pull_request:
paths:
- "**.go"
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- run: go test ./... -v -count=1 -p 4 -race