diff --git a/Makefile b/Makefile index 71bef5f46486e2..17764d5e65a262 100644 --- a/Makefile +++ b/Makefile @@ -315,7 +315,7 @@ jstest: build-addons build-js-native-api-tests build-node-api-tests jstest-only .PHONY: jstest-only .NOTPARALLEL: jstest-only -jstest-only: +jstest-only: all $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) \ $(TEST_CI_ARGS) \ --skip-tests=$(CI_SKIP_TESTS) \