We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72bc41 commit f91f4f6Copy full SHA for f91f4f6
Makefile
@@ -507,7 +507,7 @@ endif
507
# Build and test addons without building anything else
508
# Related CI job: node-test-commit-arm-fanned
509
test-ci-native: LOGLEVEL := info
510
-test-ci-native: | test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp
+test-ci-native: | benchmark/napi/.buildstamp test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp
511
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
512
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
513
$(TEST_CI_ARGS) $(CI_NATIVE_SUITES)
0 commit comments