Skip to content

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #169

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #169

Workflow file for this run

name: Test
on:
push: {}
workflow_dispatch: {}
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Generate code
run: go generate ./...
- name: Run Tests
run: go test -v ./...