mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
use make build/goreleaser
This commit is contained in:
parent
bbfff0f835
commit
a28679d2df
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue