diff options
| author | Jeff Carr <[email protected]> | 2025-09-13 01:07:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-13 01:07:42 -0500 |
| commit | 2d5a45476c61aab4162b394c8b79166a840475ba (patch) | |
| tree | 0e2fd0c1c0d8c6fbb7570212ba4efa2e58cbe619 /Makefile | |
| parent | 03daf07ec29bd91d5f0afa105f237a5c17603e61 (diff) | |
api change
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 |
