fix(cli): Run tests before release
All checks were successful
ci / goreleaser (push) Successful in 1m53s

This commit is contained in:
Waldemar 2025-10-02 13:50:28 +02:00
parent c2f77aa2cb
commit 975b5ad525
Signed by: waldemar.kindler
SSH key fingerprint: SHA256:wlTo/iRV2dOcNfLJPdlwSsLvA1BH+gT9449nlU9sHXo

View file

@ -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: