summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 74953937..a55c6bdb 100644
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,10 @@ build:
goreleaser build --rm-dist --snapshot --skip-post-hooks
release:
+ # Make sure that the tests pass and the build works
+ TAGS=tcell make test
+ make test build clean
+
ifndef GITHUB_TOKEN
$(error GITHUB_TOKEN is not defined)
endif