Skip to content

Update module github.com/stretchr/testify to v1.10.0 #56

Update module github.com/stretchr/testify to v1.10.0

Update module github.com/stretchr/testify to v1.10.0 #56

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@v5
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: |
go test ./... -coverprofile=profile.cov
- uses: shogo82148/[email protected]
with:
path-to-profile: profile.cov