Skip to content

Commit c24f602

Browse files
committed
ci: smoke-test the release script
To make sure that `make release` doesn't suddenly break after we've cut a release, smoke-test the release scripts. The script won't fail if GPG keys aren't found, so running in CI shouldn't be a huge issue. Signed-off-by: Aleksa Sarai <[email protected]>
1 parent ed68ee1 commit c24f602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ before_install:
3030
script:
3131
- git-validation -run DCO,short-subject -v
3232
- make BUILDTAGS="${BUILDTAGS}"
33-
- make BUILDTAGS="${BUILDTAGS}" clean validate test
33+
- make BUILDTAGS="${BUILDTAGS}" clean ci

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ validate:
115115
script/validate-gofmt
116116
$(GO) vet $(allpackages)
117117

118-
ci: validate localtest
118+
ci: validate test release
119119

120120
# memoize allpackages, so that it's executed only once and only if used
121121
_allpackages = $(shell $(GO) list ./... | grep -v vendor)

0 commit comments

Comments
 (0)