Skip to content

Bump github.com/stretchr/testify in the minor-updates group #64

Bump github.com/stretchr/testify in the minor-updates group

Bump github.com/stretchr/testify in the minor-updates group #64

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Go Test
runs-on: ubuntu-latest
steps:
-
name: Check out code
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
-
name: Go Test
shell: bash
env:
GOFLAGS: -cover -coverprofile=coverage.out
run: |
make test