Skip to content

Commit 9f2e06f

Browse files
committed
fixup! build: add jstest-only target
1 parent 0bd2576 commit 9f2e06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jstest: build-addons build-js-native-api-tests build-node-api-tests jstest-only
315315

316316
.PHONY: jstest-only
317317
.NOTPARALLEL: jstest-only
318-
jstest-only:
318+
jstest-only: all
319319
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) \
320320
$(TEST_CI_ARGS) \
321321
--skip-tests=$(CI_SKIP_TESTS) \

0 commit comments

Comments
 (0)