diff --git a/Makefile b/Makefile index 78c288930db6a0..9034037049b34c 100644 --- a/Makefile +++ b/Makefile @@ -196,7 +196,8 @@ test: all $(MAKE) build-addons-napi $(MAKE) cctest $(PYTHON) tools/test.py --mode=release -J \ - doctool inspector known_issues message pseudo-tty parallel sequential $(CI_NATIVE_SUITES) + doctool inspector known_issues message pseudo-tty parallel sequential \ + async-hooks $(CI_NATIVE_SUITES) $(MAKE) lint test-parallel: all @@ -326,7 +327,7 @@ test-all-valgrind: test-build $(PYTHON) tools/test.py --mode=debug,release --valgrind CI_NATIVE_SUITES := addons addons-napi -CI_JS_SUITES := doctool inspector known_issues message parallel pseudo-tty sequential +CI_JS_SUITES := doctool inspector known_issues message parallel pseudo-tty sequential async-hooks # Build and test addons without building anything else test-ci-native: LOGLEVEL := info @@ -418,6 +419,9 @@ test-timers: test-timers-clean: $(MAKE) --directory=tools clean +test-async-hooks: + $(PYTHON) tools/test.py --mode=release async-hooks + ifneq ("","$(wildcard deps/v8/tools/run-tests.py)") test-v8: v8