We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809ca2f commit 4dde876Copy full SHA for 4dde876
Makefile
@@ -346,7 +346,7 @@ test-ci: | clear-stalled build-addons build-addons-napi
346
out/Release/cctest --gtest_output=tap:cctest.tap
347
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
348
--mode=release --flaky-tests=$(FLAKY_TESTS) \
349
- $(TEST_CI_ARGS) $(CI_NATIVE_SUITES) addons-napi $(CI_JS_SUITES)
+ $(TEST_CI_ARGS) $(CI_NATIVE_SUITES) $(CI_JS_SUITES)
350
# Clean up any leftover processes, error if found.
351
ps awwx | grep Release/node | grep -v grep | cat
352
@PS_OUT=`ps awwx | grep Release/node | grep -v grep | awk '{print $$1}'`; \
0 commit comments