Skip to content

build(deps): Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 #47

build(deps): Bump github.com/onsi/gomega from 1.32.0 to 1.33.0

build(deps): Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 #47

Workflow file for this run

on: push
name: Go
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
node-version: '>=1.19'
- run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/codecov-action@v2
with:
file: ./coverage.txt