Skip to content

Make commit-message an Option #3577

Make commit-message an Option

Make commit-message an Option #3577

Workflow file for this run

name: unit tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: make unit-race