Skip to content

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #111

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

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 #111

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ^1.18
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: go test -race -shuffle on -timeout 1m -coverprofile=covprofile ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: covprofile