Skip to content

Commit b6a4e44

Browse files
committed
Revert "Only run other.test_minimal_runtime_code_size_hello_embind"
This reverts commit 76a4466.
1 parent d9b6376 commit b6a4e44

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,7 @@ jobs:
806806
- run-tests-linux:
807807
# some native-dependent tests fail because of the lack of native
808808
# headers on emsdk-bundled clang
809-
test_targets: "
810-
other.test_minimal_runtime_code_size_hello_embind"
809+
test_targets: "other skip:other.test_native_link_error_message"
811810
test-browser-chrome:
812811
executor: bionic
813812
environment:
@@ -942,8 +941,7 @@ jobs:
942941
# Run a single websockify-based test to ensure it works on windows.
943942
- run-tests:
944943
title: "sockets.test_nodejs_sockets_echo*"
945-
test_targets: "
946-
other.test_minimal_runtime_code_size_hello_embind"
944+
test_targets: "sockets.test_nodejs_sockets_echo*"
947945
- upload-test-results
948946

949947
test-mac-arm64:
@@ -966,7 +964,7 @@ jobs:
966964
# are currently missing arm64 macos binaries.
967965
- run-tests:
968966
title: "crossplatform tests"
969-
test_targets: "other.test_minimal_runtime_code_size_hello_embind"
967+
test_targets: "--crossplatform-only"
970968
- upload-test-results
971969

972970
workflows:

0 commit comments

Comments
 (0)