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:
115
115
command : |
116
116
rustfmt --version
117
117
cargo fmt -- --check
118
- chrome_examples_spawn_chain_test :
118
+ wasm32_chrome_examples_spawn_chain_test :
119
119
docker :
120
120
# `kronicdeth` is temporary until we get a DockerHub organization
121
121
- image : kronicdeth/lumen-development
@@ -128,7 +128,7 @@ jobs:
128
128
name : Run all tests
129
129
working_directory : " examples/spawn-chain"
130
130
command : wasm-pack test --chrome --headless
131
- firefox_examples_spawn_chain_test :
131
+ wasm32_firefox_examples_spawn_chain_test :
132
132
docker :
133
133
# `kronicdeth` is temporary until we get a DockerHub organization
134
134
- image : kronicdeth/lumen-development
@@ -365,10 +365,10 @@ workflows:
365
365
- x86_64_linux_lumen_runtime_test :
366
366
requires :
367
367
- x86_64_linux_build
368
- - chrome_examples_spawn_chain_test :
368
+ - wasm32_chrome_examples_spawn_chain_test :
369
369
requires :
370
370
- wasm32_build
371
- - firefox_examples_spawn_chain_test :
371
+ - wasm32_firefox_examples_spawn_chain_test :
372
372
requires :
373
373
- wasm32_build
374
374
You can’t perform that action at this time.
0 commit comments