Skip to content

fix: register go-test-coverage tool in tools/go.mod #5974

fix: register go-test-coverage tool in tools/go.mod

fix: register go-test-coverage tool in tools/go.mod #5974

Workflow file for this run

name: Verify
on:
pull_request: {}
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
verify:
name: verify
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Prep Go Runner
uses: ./.github/actions/prep-go-runner
- name: Generate Code
run: make verify