Skip to content

chore(deps): bump github.com/onsi/gomega from 1.42.1 to 1.43.0 #499

chore(deps): bump github.com/onsi/gomega from 1.42.1 to 1.43.0

chore(deps): bump github.com/onsi/gomega from 1.42.1 to 1.43.0 #499

Workflow file for this run

name: tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: set up go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: running unit-tests
run: |
go test -v ./...