We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad28f55 commit 5c5ef4eCopy full SHA for 5c5ef4e
Makefile
@@ -519,7 +519,7 @@ test-ci-native: | test/addons/.buildstamp test/js-native-api/.buildstamp test/no
519
test-ci-js: | clear-stalled
520
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
521
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
522
- $(TEST_CI_ARGS) $(CI_JS_SUITES) --skip-tests=sequential/test-benchmark-napi
+ $(TEST_CI_ARGS) $(CI_JS_SUITES)
523
@echo "Clean up any leftover processes, error if found."
524
ps awwx | grep Release/node | grep -v grep | cat
525
@PS_OUT=`ps awwx | grep Release/node | grep -v grep | awk '{print $$1}'`; \
0 commit comments