Modify test target to re-run in verbose mode only on failure

This commit is contained in:
Jeffrey Paul 2025-06-20 08:12:06 -07:00
parent 434b73d834
commit fd7ab06fb1

View File

@ -10,7 +10,7 @@ vet:
go vet ./... go vet ./...
test: test:
go test -v ./... go test ./... || go test -v ./...
fmt: fmt:
go fmt ./... go fmt ./...