mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-03-18 21:57:50 +02:00
run tests before goreleaser
This commit is contained in:
parent
ab5a770346
commit
66b317f01c
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -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…
x
Reference in New Issue
Block a user