Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit b3abf56

Browse files
committed
Prefix browser test with wasm32_
1 parent 4918952 commit b3abf56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
command: |
116116
rustfmt --version
117117
cargo fmt -- --check
118-
chrome_examples_spawn_chain_test:
118+
wasm32_chrome_examples_spawn_chain_test:
119119
docker:
120120
# `kronicdeth` is temporary until we get a DockerHub organization
121121
- image: kronicdeth/lumen-development
@@ -128,7 +128,7 @@ jobs:
128128
name: Run all tests
129129
working_directory: "examples/spawn-chain"
130130
command: wasm-pack test --chrome --headless
131-
firefox_examples_spawn_chain_test:
131+
wasm32_firefox_examples_spawn_chain_test:
132132
docker:
133133
# `kronicdeth` is temporary until we get a DockerHub organization
134134
- image: kronicdeth/lumen-development
@@ -365,10 +365,10 @@ workflows:
365365
- x86_64_linux_lumen_runtime_test:
366366
requires:
367367
- x86_64_linux_build
368-
- chrome_examples_spawn_chain_test:
368+
- wasm32_chrome_examples_spawn_chain_test:
369369
requires:
370370
- wasm32_build
371-
- firefox_examples_spawn_chain_test:
371+
- wasm32_firefox_examples_spawn_chain_test:
372372
requires:
373373
- wasm32_build
374374

0 commit comments

Comments
 (0)