From 1cf875a17f74e26f81a7c2776400917837fa049e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Tue, 23 Jul 2019 10:42:28 +0200 Subject: [PATCH] chore(testing): Switched over to build.sh -t --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ebc5a7c18b..87d22edb3b 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ build: .PHONY: build test-unit: - go test -v ./pkg/... + ./hack/build.sh -t .PHONY: test-unit test-e2e: