Skip to content

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

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 #11

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18
- run: |
go test -v ./... -cover -coverprofile=.coverage.txt
go tool cover -func=.coverage.txt