diff --git a/Makefile b/Makefile index da159b6859607f..c3c9bdf6f765e4 100644 --- a/Makefile +++ b/Makefile @@ -467,7 +467,7 @@ test-all-valgrind: test-build $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=debug,release --valgrind .PHONY: test-all-suites -test-all-suites: test-build test-js-native-api test-node-api | bench-addons-build ## Run all test suites. +test-all-suites: | clear-stalled test-build bench-addons-build doc-only ## Run all test suites. $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) test/* CI_NATIVE_SUITES ?= addons js-native-api node-api