Skip to content

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

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

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

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
cache: true
- name: Run tests
run: |
make test