Skip to content

build(deps): bump the go_modules group across 1 directory with 2 updates #72

build(deps): bump the go_modules group across 1 directory with 2 updates

build(deps): bump the go_modules group across 1 directory with 2 updates #72

Workflow file for this run

name: Run go tests
on:
workflow_call:
push:
branches-ignore:
- main
jobs:
test-go:
name: "Run go tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: go test ./... --cover -v -race