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
committerMichaƫl Zasso <targos@protonmail.com>2021-06-11 10:30:01 +0300
commit241e05795bdc7db65506e269c312b31c17105580 (patch)
tree912646ffa4908ce7ab67294231b016e3cc9391da /Makefile
parentcfff3b4462ddbbc56be466b31350dad89942d2e0 (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 46152bb45af..0fa52f331f7 100644
--- a/Makefile
+++ b/Makefile
@@ -587,6 +587,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