File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -495,8 +495,8 @@ test-all-suites: | clear-stalled test-build bench-addons-build doc-only ## Run a
495
495
JS_SUITES ?= default
496
496
NATIVE_SUITES ?= addons js-native-api node-api
497
497
# CI_* variables should be kept synchronized with the ones in vcbuild.bat
498
- CI_NATIVE_SUITES ?= $(NATIVE_SUITES )
499
- CI_JS_SUITES ?= $(JS_SUITES ) benchmark
498
+ CI_NATIVE_SUITES ?= $(NATIVE_SUITES ) benchmark
499
+ CI_JS_SUITES ?= $(JS_SUITES )
500
500
ifeq ($(node_use_openssl ) , false)
501
501
CI_DOC := doctool
502
502
else
@@ -507,7 +507,7 @@ endif
507
507
# Build and test addons without building anything else
508
508
# Related CI job: node-test-commit-arm-fanned
509
509
test-ci-native : LOGLEVEL := info
510
- test-ci-native : | test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp
510
+ test-ci-native : | benchmark/napi/.buildstamp test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp
511
511
$(PYTHON ) tools/test.py $(PARALLEL_ARGS ) -p tap --logfile test.tap \
512
512
--mode=$(BUILDTYPE_LOWER ) --flaky-tests=$(FLAKY_TESTS ) \
513
513
$(TEST_CI_ARGS ) $(CI_NATIVE_SUITES )
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ cd %~dp0
18
18
set JS_SUITES = default
19
19
set NATIVE_SUITES = addons js-native-api node-api
20
20
@ rem CI_* variables should be kept synchronized with the ones in Makefile
21
- set " CI_NATIVE_SUITES = %NATIVE_SUITES% "
22
- set " CI_JS_SUITES = %JS_SUITES% benchmark "
21
+ set " CI_NATIVE_SUITES = %NATIVE_SUITES% benchmark "
22
+ set " CI_JS_SUITES = %JS_SUITES% "
23
23
set CI_DOC = doctool
24
24
@ rem Same as the test-ci target in Makefile
25
25
set " common_test_suites = %JS_SUITES% %NATIVE_SUITES% &set build_addons=1&set build_js_native_api_tests=1&set build_node_api_tests=1"
You can’t perform that action at this time.
0 commit comments