Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#135) #271

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#135)

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#135) #271

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.19'
- run: go test ./... -bench=. -benchmem