Skip to content

chore(deps): bump github.com/stretchr/testify from 1.4.0 to 1.9.0 in the go group across 1 directory #10

chore(deps): bump github.com/stretchr/testify from 1.4.0 to 1.9.0 in the go group across 1 directory

chore(deps): bump github.com/stretchr/testify from 1.4.0 to 1.9.0 in the go group across 1 directory #10

Workflow file for this run

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