3
0

disable running tests in parallel

This commit is contained in:
Tit Petric
2019-08-07 14:13:06 +00:00
committed by Denis Arh
parent 498502ed74
commit a33b0a7a55

View File

@@ -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)