diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2023-11-12 22:08:08 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2023-11-12 22:08:08 +0900 |
| commit | 7320b7df62039c879c4f609bca946ea09b438a98 (patch) | |
| tree | b44fa9ec8910fad8201b0d23176cc59c94a7ff02 /Makefile | |
| parent | 11fb4233f74ad8ca068ad15f1ec09bd8ff2953ee (diff) | |
| download | fzf-7320b7df62039c879c4f609bca946ea09b438a98.tar.gz | |
0.44.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
