Skip to content

add goreleaser write permission #10

add goreleaser write permission

add goreleaser write permission #10

Workflow file for this run

name: test
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Install tparse for pretty test results
run: go install github.com/mfridman/tparse@latest
- name: Run test
run: make test