Skip to content

fix(deps): update module github.com/stretchr/testify to v1.9.0 #196

fix(deps): update module github.com/stretchr/testify to v1.9.0

fix(deps): update module github.com/stretchr/testify to v1.9.0 #196

Workflow file for this run

name: test
on:
pull_request:
push:
branches: ["main"]
jobs:
test:
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: test
run: go test -cover -race ./...