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

Commit d36909b

Browse files
authored
Merge pull request #319 from lumen/reenable-safari
Re-enable safari tests
2 parents 96487c4 + b80b947 commit d36909b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ task:
134134
enable_safari_driver_script: sudo safaridriver --enable
135135
lumen_web_test_script: |
136136
pushd lumen_web
137-
wasm-pack test --headless --chrome --firefox
137+
wasm-pack test --headless --chrome --firefox --safari
138138
popd
139139
examples_spawn_chain_build_script: |
140140
pushd examples/spawn-chain
141141
wasm-pack build
142142
popd
143143
examples_spawn_chain_test_script: |
144144
pushd examples/spawn-chain
145-
wasm-pack test --headless --chrome --firefox
145+
wasm-pack test --headless --chrome --firefox --safari
146146
popd
147147
before_cache_script: rm -rf $CARGO_HOME/registry/index

0 commit comments

Comments
 (0)