Skip to content

test: add test case #292

test: add test case

test: add test case #292

Workflow file for this run

name: go test
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.22
- run: go test ./... -bench=. -benchmem