ci: fix tet call and move goreleaser
/ Release (push) Successful in 2m2s Details

This commit is contained in:
Kekskurse 2023-07-24 13:29:34 +02:00
parent 117565a63f
commit 85a714b65f
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
with:
go-version: 1.20
- name: Run Tests
run: go test./...
run: go test ./...
- name: Run GoReleaser
uses: https://github.com/goreleaser/goreleaser-action@v4
with: