fix(cli): Run tests before release
All checks were successful
ci / goreleaser (push) Successful in 1m19s
All checks were successful
ci / goreleaser (push) Successful in 1m19s
This commit is contained in:
parent
38c08ccf00
commit
e061883c32
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: ">=1.25.1"
|
||||
- name: Test code
|
||||
run: make test
|
||||
- name: Run GoReleaser
|
||||
uses: https://github.com/goreleaser/goreleaser-action@v6
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue