Skip to content

Commit

Permalink
fixup! build: add jstest-only target
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed May 24, 2024
1 parent 0bd2576 commit 9f2e06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 9f2e06f

Please sign in to comment.