From 58fc1930bcbb41f46f423d13530a88548d0ea76d Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Fri, 7 Jul 2023 08:17:23 -0700 Subject: [PATCH] Allow goreleaser to publish the github release and have it run go tests --- .goreleaser.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 71544a4..acfcdd6 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,8 +4,7 @@ env: - CGO_ENABLED=0 before: hooks: - # TODO(ddelnano): for now there aren't tests to run - # - go test ./... + - go test ./... # As part of the release doc files are included as a separate deliverable for # consumption by Packer.io. To include a separate docs.zip uncomment the following command. #- make ci-release-docs @@ -68,7 +67,7 @@ signs: - "--detach-sign" - "${artifact}" release: - draft: true + draft: false changelog: skip: true