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 dae022e commit dfaa057Copy full SHA for dfaa057
Makefile
@@ -208,7 +208,7 @@ else
208
test: all
209
$(MAKE) build-addons
210
$(MAKE) build-addons-napi
211
- $(MAKE) doc
+ $(MAKE) doc-only
212
$(MAKE) cctest
213
$(PYTHON) tools/test.py --mode=release -J \
214
$(CI_ASYNC_HOOKS) \
@@ -388,7 +388,7 @@ test-ci-js: | clear-stalled
388
fi
389
390
test-ci: LOGLEVEL := info
391
-test-ci: | clear-stalled build-addons build-addons-napi doc
+test-ci: | clear-stalled build-addons build-addons-napi doc-only
392
out/Release/cctest --gtest_output=tap:cctest.tap
393
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
394
--mode=release --flaky-tests=$(FLAKY_TESTS) \
0 commit comments