diff --git a/Makefile b/Makefile index 4bd200febb..8dbdc79ac8 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ else test: all $(MAKE) build-addons $(MAKE) build-addons-napi - $(MAKE) doc + $(MAKE) doc-only $(MAKE) cctest $(PYTHON) tools/test.py --mode=release -J \ $(CI_ASYNC_HOOKS) \ @@ -391,7 +391,7 @@ test-ci-js: | clear-stalled fi test-ci: LOGLEVEL := silent -test-ci: | clear-stalled build-addons build-addons-napi doc +test-ci: | clear-stalled build-addons build-addons-napi doc-only out/Release/cctest --gtest_output=tap:cctest.tap $(PYTHON) tools/test.py $(PARALLEL_ARGS) -p oneline \ --mode=release --flaky-tests=$(FLAKY_TESTS) \