summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8e9d6a8..c3b2307 100644
--- a/Makefile
+++ b/Makefile
@@ -21,10 +21,10 @@ setup:
build: sparkled
test-unit:
- @go test -v -shuffle=on ./...
+ @go test -shuffle=on ./...
test-integration: build-image
- @IMAGE_TAG=$(IMAGE_TAG) go test -v -tags=integration ./test/integration/...
+ @IMAGE_TAG=$(IMAGE_TAG) go test -tags=integration ./test/integration/...
test: clean test-unit test-integration