Skip to content

Commit f91f4f6

Browse files
Trottruyadorno
authored andcommitted
build: fix test-ci-js task in Makefile
Move benchmark CI to native suite since it requires building an addon. Refs: #34427 (comment) PR-URL: #34433 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent d72bc41 commit f91f4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ endif
507507
# Build and test addons without building anything else
508508
# Related CI job: node-test-commit-arm-fanned
509509
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
511511
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
512512
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
513513
$(TEST_CI_ARGS) $(CI_NATIVE_SUITES)

0 commit comments

Comments
 (0)