From 792cae0212e1d9ea933b5c99ceb40788aef0a9f7 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 11 Nov 2018 09:02:48 -0800 Subject: [PATCH] build: fix benchmark tests on CI Refs: https://github.com/nodejs/build/issues/1568#issuecomment-437681599 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a426384f2d4b7..e58e6c2d1bba02 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) \