We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d9344 commit 44ebdbbCopy full SHA for 44ebdbb
Makefile
@@ -455,7 +455,7 @@ test-ci-js: | clear-stalled
455
.PHONY: test-ci
456
# Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
457
test-ci: LOGLEVEL := info
458
-test-ci: | clear-stalled build-addons build-addons-napi doc-only
+test-ci: | clear-stalled build-addons build-addons-napi doc-only bench-addons-build
459
out/Release/cctest --gtest_output=tap:cctest.tap
460
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
461
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
0 commit comments