Skip to content

Commit f6f883e

Browse files
authored
[ci] Run small set of chrome tests without waiting for build-linux. NFC (#24186)
Like test-browser-firefox-wasm64 this test runner currently only runs a handfull of tests. It can be good smoketest since if it returns results fast.
1 parent af095f2 commit f6f883e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.circleci/config.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,12 @@ jobs:
904904
environment:
905905
EMTEST_LACKS_WEBGPU: "1"
906906
steps:
907+
- checkout
908+
- run:
909+
name: submodule update
910+
command: git submodule update --init
911+
- pip-install
912+
- install-emsdk
907913
- run-tests-chrome:
908914
title: "browser"
909915
# Just tests that don't run in browser 2G mode
@@ -1113,9 +1119,7 @@ workflows:
11131119
- test-other:
11141120
requires:
11151121
- build-linux
1116-
- test-browser-chrome:
1117-
requires:
1118-
- build-linux
1122+
- test-browser-chrome
11191123
- test-browser-chrome-2gb:
11201124
requires:
11211125
- build-linux

0 commit comments

Comments
 (0)