Skip to content

Update module github.com/onsi/ginkgo/v2 to v2.22.0 #56

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

Update module github.com/onsi/ginkgo/v2 to v2.22.0 #56

name: "Unit tests"
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- name: lint & test
run: make test
- name: build
run: make build