summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-11-11 09:02:48 -0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-11-12 11:00:22 +0100
commitf697457dd8198d9c34dbfdadd3588760736cfafb (patch)
tree2105531a882520bec4b3003dd8a220995be480bb /Makefile
parent4aec4216a0e3c24fffc428f11ed40b0157401365 (diff)
downloadandroid-node-v8-f697457dd8198d9c34dbfdadd3588760736cfafb.tar.gz
android-node-v8-f697457dd8198d9c34dbfdadd3588760736cfafb.tar.bz2
android-node-v8-f697457dd8198d9c34dbfdadd3588760736cfafb.zip
build: fix benchmark tests on CI
PR-URL: https://github.com/nodejs/node/pull/24307 Refs: https://github.com/nodejs/build/issues/1568#issuecomment-437681599 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c6efa7b9a..7c2afde30a 100644
--- a/Makefile
+++ b/Makefile
@@ -455,7 +455,7 @@ test-ci-js: | clear-stalled
.PHONY: test-ci
# Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
test-ci: LOGLEVEL := info
-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
out/Release/cctest --gtest_output=tap:cctest.tap
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \