summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-11-12 22:08:08 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-11-12 22:08:08 +0900
commit7320b7df62039c879c4f609bca946ea09b438a98 (patch)
treeb44fa9ec8910fad8201b0d23176cc59c94a7ff02 /Makefile
parent11fb4233f74ad8ca068ad15f1ec09bd8ff2953ee (diff)
downloadfzf-7320b7df62039c879c4f609bca946ea09b438a98.tar.gz
0.44.0
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