Skip to content

Commit c729eba

Browse files
authored
CI: Reinstate --crossplatform-only for macOS testing. NFC (#19660)
It seems mistakenly reverted this as part of #18970
1 parent 24e6313 commit c729eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,8 @@ jobs:
739739
- pip-install:
740740
python: "$EMSDK_PYTHON"
741741
- run-tests:
742-
title: "other+extras"
743-
test_targets: "other skip:other.test_native_link_error_message"
742+
title: "crossplatform tests"
743+
test_targets: "--crossplatform-only"
744744
- upload-test-results
745745

746746
test-mac-arm64:

0 commit comments

Comments
 (0)