Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-02-16 17:35:44 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-02-22 14:26:31 +0300
commit910dec001d52634ec4437a31e6b11780c3bdd26b (patch)
tree3b021c526f6138f347cdb7b603d7febcf8db441b /Makefile
parent3c3d1ab828abd48104d2b087d4cf123b9aec0fa5 (diff)
tools: run doctool tests on GitHub Actions CI
PR-URL: https://github.com/nodejs/node/pull/37398 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa3eb1567d4..9f1f58d8564 100644
--- a/Makefile
+++ b/Makefile
@@ -588,6 +588,11 @@ test-doc: doc-only lint-md ## Builds, lints, and verifies the docs.
fi
$(NODE) tools/doc/checkLinks.js .
+.PHONY: test-doc-ci
+test-doc-ci: doc-only
+ $(PYTHON) tools/test.py --shell $(NODE) $(TEST_CI_ARGS) $(PARALLEL_ARGS) doctool
+ $(NODE) tools/doc/checkLinks.js .
+
test-known-issues: all
$(PYTHON) tools/test.py $(PARALLEL_ARGS) known_issues