temporary skip tests in the release action until the async email hooks get fixed
This commit is contained in:
parent
841415f0ff
commit
65697add43
|
@ -34,9 +34,6 @@ jobs:
|
||||||
# - name: Run linter
|
# - name: Run linter
|
||||||
# uses: golangci/golangci-lint-action@v3
|
# uses: golangci/golangci-lint-action@v3
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: go test ./...
|
|
||||||
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v3
|
uses: goreleaser/goreleaser-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue