diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -58,9 +58,6 @@ findNext: showNext: curl --silent http://localhost:9419/showNext -testNext: - curl --silent http://localhost:9419/testNext - doRelease: reset make showNext @@ -101,3 +98,7 @@ build-quick: install autocomplete: guireleaser --bash > ~/.local/share/bash-completion/completions/guireleaser + +test-build: + -wit-test install --verbose + rm ~/go/bin/forged |
