Skip to content

style: remove "(parallel)" and similar parenthetical notes from log m… #36

style: remove "(parallel)" and similar parenthetical notes from log m…

style: remove "(parallel)" and similar parenthetical notes from log m… #36

Workflow file for this run

name: go-test
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ./.github/workflows/go-setup
- run: go test -v -race -coverprofile=coverage.txt ./...