Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #77

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #77

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: golang
steps:
- uses: actions/checkout@v4
- run: go build
- uses: golangci/golangci-lint-action@v6
- run: go test -covermode atomic -coverprofile coverage.txt
- uses: codecov/codecov-action@v5
- run: go test -bench .