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-02-28 16:40:02 +0300
commit5c27fd73b01e74afb2f90af920ca311778b62e73 (patch)
treee9117d27a3b5c95d79dffd07d84e55e62a7c9850 /Makefile
parentc3d236d4056a1fb24a1d97b9c7030aad1141b4bf (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