Skip to content

Commit fd6033c

Browse files
danbevtargos
authored andcommitted
build: add test-doc to test target
This commit adds the test-doc target to the test recipe so that docs are built and linters run. This used to happen but was removed at some point. PR-URL: #22294 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent ed874e4 commit fd6033c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ jstest: build-addons build-addons-napi ## Runs addon tests and JS tests
268268
test: all ## Runs default tests, linters, and builds docs.
269269
@echo "Build the addons before running the tests so the test results"
270270
@echo "can be displayed together"
271+
$(MAKE) -s test-doc
271272
$(MAKE) -s build-addons
272273
$(MAKE) -s build-addons-napi
273274
$(MAKE) -s cctest

0 commit comments

Comments
 (0)