run tests before goreleaser
This commit is contained in:
parent
ab5a770346
commit
66b317f01c
|
@ -34,6 +34,9 @@ jobs:
|
|||
# - name: Run linter
|
||||
# uses: golangci/golangci-lint-action@v3
|
||||
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue