We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84d485 commit 6e24dccCopy full SHA for 6e24dcc
Makefile
@@ -481,7 +481,7 @@ build-ci:
481
# - node-test-commit-linux-coverage: where the build and the tests need
482
# to be instrumented, see `coverage`.
483
run-ci: build-ci
484
- $(MAKE) test-ci
+ $(MAKE) test-ci -j1
485
486
test-release: test-build
487
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER)
0 commit comments