From 7320b7df62039c879c4f609bca946ea09b438a98 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 12 Nov 2023 22:08:08 +0900 Subject: 0.44.0 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3