diff options
| author | Jeff Carr <[email protected]> | 2025-09-13 05:32:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-13 05:32:42 -0500 |
| commit | d31c80d78015c7702ea0fd1a30a39cdc67bb9230 (patch) | |
| tree | b121a1d4215aef5284f0a4f3228a4f53bf66df3b | |
| parent | 0e6cefb72e5b10dd53e6dfe0d1cdc569995c0ba4 (diff) | |
minor
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -99,7 +99,7 @@ build-quick: install autocomplete: guireleaser --bash > ~/.local/share/bash-completion/completions/guireleaser -# GUIRELEASE_REASON="safe-build" make test-build +# GUIRELEASE_REASON="safe-build" time make test-build test-build: wit-test install --verbose rm ~/go/bin/forged @@ -109,4 +109,3 @@ test-build: cd ~/go/src/go.wit.com/apps/guireleaser wit-test debian --verbose do-aptly - sudo "wit update" |
