From 9f2e06f9be1afaf97a6e2c814f851b5745ef5797 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 24 May 2024 17:08:19 +0200 Subject: [PATCH] fixup! build: add `jstest-only` target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71bef5f46486e2c..17764d5e65a262a 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) \