Skip to content

Bump the auxiliary-deps group across 2 directories with 3 updates #2157

Bump the auxiliary-deps group across 2 directories with 3 updates

Bump the auxiliary-deps group across 2 directories with 3 updates #2157

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go test -coverprofile=coverage.txt -covermode=atomic -race ./...
- uses: codecov/[email protected]