Skip to content

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #20

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #20

Workflow file for this run

on: push
name: Go
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.19'
- run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/codecov-action@v2
with:
file: ./coverage.txt