diff --git a/Makefile b/Makefile index 9cc30f07..e8e1dc62 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,17 @@ test-clean: test: go test -v ./cmd/... ./pkg/... +testsum: + gotestsum ./cmd/... ./pkg/... + integration: run-test-image-locally dev go test -v ./integration/... make stop-test-image-locally +integrationsum: run-test-image-locally dev + gotestsum ./integration/... + make stop-test-image-locally + # Compilation dev: go build -ldflags "-X main.Version=dev-${VERSION}" ./cmd/grr