Skip to content

Bump github.com/stretchr/testify from 1.8.1 to 1.9.0 #21

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

Bump github.com/stretchr/testify from 1.8.1 to 1.9.0 #21

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v2.3.4
- name: Test
run: |
go test ./... -coverprofile=profile.cov
- uses: shogo82148/actions-goveralls@v1.5.0
with:
path-to-profile: profile.cov