Skip to content

Commit

Permalink
build: add --skip-tests to test-ci-js target
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed May 27, 2024
1 parent ff659fa commit 4ea0c07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,10 @@ test-ci-native: | benchmark/napi/.buildstamp test/addons/.buildstamp test/js-nat
.PHONY: test-ci-js
# This target should not use a native compiler at all
# Related CI job: node-test-commit-arm-fanned
test-ci-js: | clear-stalled
test-ci-js: all | clear-stalled
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
--skip-tests=$(CI_SKIP_TESTS) \
$(TEST_CI_ARGS) $(CI_JS_SUITES)
$(info Clean up any leftover processes, error if found.)
ps awwx | grep Release/node | grep -v grep | cat
Expand Down

0 comments on commit 4ea0c07

Please sign in to comment.