Skip to content

deps: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #814

deps: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

deps: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #814

Workflow file for this run

---
name: test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.1'
- name: Run tests
run: |
go test -v ./...