diff --git a/Makefile b/Makefile index 48b8429..6894784 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ wonderwall: go build -o bin/wonderwall cmd/wonderwall/*.go test: - go test -v -count=1 ./... + go test -count=1 ./... alpine: go build -a -installsuffix cgo -o bin/wonderwall cmd/wonderwall/main.go