Skip to content

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go group #16

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go group

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go group #16

Workflow file for this run

name: Run tests
on:
pull_request:
push:
branches:
- main
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.18', '1.23' ]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go test -v -cover ./...