@@ -570,15 +570,15 @@ endif
570570# Related CI job: node-test-commit-arm-fanned
571571test-ci-native : LOGLEVEL := info # # Build and test addons without building anything else.
572572test-ci-native : | benchmark/napi/.buildstamp test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp test/sqlite/.buildstamp
573- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) -p tap --logfile test.tap \
573+ $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) -p actions \
574574 --mode=$(BUILDTYPE_LOWER ) --flaky-tests=$(FLAKY_TESTS ) \
575575 $(TEST_CI_ARGS ) $(CI_NATIVE_SUITES )
576576
577577.PHONY : test-ci-js
578578# This target should not use a native compiler at all
579579# Related CI job: node-test-commit-arm-fanned
580580test-ci-js : | clear-stalled # # Build and test JavaScript with building anything else.
581- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) -p tap --logfile test.tap \
581+ $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) -p actions \
582582 --mode=$(BUILDTYPE_LOWER ) --flaky-tests=$(FLAKY_TESTS ) \
583583 --skip-tests=$(CI_SKIP_TESTS ) \
584584 $(TEST_CI_ARGS ) $(CI_JS_SUITES )
@@ -594,7 +594,7 @@ test-ci-js: | clear-stalled ## Build and test JavaScript with building anything
594594test-ci : LOGLEVEL := info # # Build and test everything (CI).
595595test-ci : | clear-stalled bench-addons-build build-addons build-js-native-api-tests build-node-api-tests build-sqlite-tests doc-only
596596 out/Release/cctest --gtest_output=xml:out/junit/cctest.xml
597- $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) -p tap --logfile test.tap \
597+ $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) -p actions \
598598 --mode=$(BUILDTYPE_LOWER ) --flaky-tests=$(FLAKY_TESTS ) \
599599 $(TEST_CI_ARGS ) $(CI_JS_SUITES ) $(CI_NATIVE_SUITES ) $(CI_DOC )
600600 $(NODE ) ./test/embedding/test-embedding.js
0 commit comments