use make build/goreleaser

This commit is contained in:
Daisuke Maki 2026-02-19 15:18:46 +09:00
parent bbfff0f835
commit a28679d2df

View file

@ -27,8 +27,12 @@ jobs:
check-latest: true
- name: Test
run: make test
- name: Build all targets
run: make all
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
with:
install-only: true
- name: Build
run: make build
generate:
runs-on: ubuntu-latest