Skip to content

Commit a31ead8

Browse files
authored
[CI] Run one benchmark test during CI to ensure its basic functioning. NFC (#26296)
1 parent 4625f83 commit a31ead8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,9 @@ jobs:
10991099
- run-tests-linux:
11001100
# some native-dependent tests fail because of the lack of native
11011101
# headers on emsdk-bundled clang
1102-
test_targets: "other jslib skip:other.test_native_link_error_message"
1102+
# 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"
11031105
test-browser-chrome:
11041106
executor: ubuntu-lts
11051107
environment:

0 commit comments

Comments
 (0)