Skip to content

Commit fc5b13d

Browse files
committed
add make target: goreleaser-sanity-check
1 parent 223af17 commit fc5b13d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,8 @@ docker-goreleaser-integration-test: build-linux
8989
go list -json -m all | $(DOCKER_CMD) run --rm -i sonatypecommunity/nancy:goreleaser-integration-test sleuth -e $(NANCY_IGNORE)
9090

9191
docker-integration-tests: docker-alpine-integration-test docker-goreleaser-integration-test
92+
93+
goreleaser-sanity-check:
94+
# verifies goreleaser can build all the stuff. couldn't get it to play nice in the regular CI 'build' job, but at
95+
# the incantation is here for future use.
96+
curl -sL https://git.io/goreleaser | bash -s -- --snapshot --skip-publish --rm-dist

0 commit comments

Comments
 (0)