Skip to content

chore: tweak performance #53

chore: tweak performance

chore: tweak performance #53

Workflow file for this run

name: unit test
on:
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
go-version: [1.24]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Run test
run: go test -v -race ./...