From b65f4d2b6580c7590e17e3a34104a71331263df0 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Tue, 2 Oct 2018 19:21:50 -0400 Subject: [PATCH] temprary fix for CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5a6b19da06732..3edde2493ff850 100644 --- a/Makefile +++ b/Makefile @@ -481,7 +481,7 @@ build-ci: # - node-test-commit-linux-coverage: where the build and the tests need # to be instrumented, see `coverage`. run-ci: build-ci - $(MAKE) test-ci + $(MAKE) test-ci -j1 test-release: test-build $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER)