This repository was archived by the owner on Jun 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments