From a33b0a7a55ceca6cef5428b8a7a89988ed99327c Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Wed, 7 Aug 2019 14:13:06 +0000 Subject: [PATCH] disable running tests in parallel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e208d9747..83420b69c 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ test: $(GO) test ./pkg/... ./internal/... ./compose/... ./messaging/... ./system/... test-coverage: - overalls -project=github.com/cortezaproject/corteza-server -covermode=count -debug -- -coverpkg=./... --tags=integration + overalls -project=github.com/cortezaproject/corteza-server -covermode=count -- -coverpkg=./... --tags=integration -p 1 mv overalls.coverprofile coverage.txt test.internal: $(GOTEST)