Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-07-10 08:06:04 +0300
committerRich Trott <rtrott@gmail.com>2021-04-11 01:18:10 +0300
commit2853b76e202e2549a8c02ed9f46621abcb76f392 (patch)
treeb49787aa64205621c2f9b888172630e81ebd1cea /Makefile
parent24426cd8c4ec4f6de14a7f66ce1fd7e0ddd8b590 (diff)
build: add pummel tests to ci runs
PR-URL: https://github.com/nodejs/node/pull/34289 Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 697ce9bb750..b988994d286 100644
--- a/Makefile
+++ b/Makefile
@@ -478,7 +478,7 @@ JS_SUITES ?= default
NATIVE_SUITES ?= addons js-native-api node-api
# CI_* variables should be kept synchronized with the ones in vcbuild.bat
CI_NATIVE_SUITES ?= $(NATIVE_SUITES) benchmark
-CI_JS_SUITES ?= $(JS_SUITES)
+CI_JS_SUITES ?= $(JS_SUITES) pummel
ifeq ($(node_use_openssl), false)
CI_DOC := doctool
else