We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4625f83 commit a31ead8Copy full SHA for a31ead8
.circleci/config.yml
@@ -1099,7 +1099,9 @@ jobs:
1099
- run-tests-linux:
1100
# some native-dependent tests fail because of the lack of native
1101
# headers on emsdk-bundled clang
1102
- test_targets: "other jslib skip:other.test_native_link_error_message"
+ # Include a single test from test_benchmark.py to ensure it's always
1103
+ # kept functional.
1104
+ test_targets: "other jslib benchmark.test_primes skip:other.test_native_link_error_message"
1105
test-browser-chrome:
1106
executor: ubuntu-lts
1107
environment:
0 commit comments