Skip to content

Update module github.com/onsi/ginkgo/v2 to v2.32.0 #575

Update module github.com/onsi/ginkgo/v2 to v2.32.0

Update module github.com/onsi/ginkgo/v2 to v2.32.0 #575

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test