Skip to content

CP-24414: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#62) #202

CP-24414: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#62)

CP-24414: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#62) #202

Workflow file for this run

name: GoTest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
cache-dependency-path: go.sum
- name: Install dependencies
run: |
go mod download
- name: Run go tests
run: |
go test -timeout 30s -race -cover ./...