File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ matrix:
51
51
install :
52
52
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
53
53
script :
54
- - wasm-pack test --node -- firefox --chrome --headless crates/core_simd
55
- - wasm-pack test --node -- firefox --chrome --headless crates/core_simd --release
54
+ - wasm-pack test --firefox --headless crates/core_simd
55
+ - wasm-pack test --firefox --headless crates/core_simd --release
56
56
57
57
- name : " wasm32-unknown-unknown+simd128 (chrome)"
58
58
os : linux
@@ -63,8 +63,8 @@ matrix:
63
63
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
64
64
script :
65
65
- export RUSTFLAGS="-C target-feature=+simd128"
66
- - wasm-pack test --chrome --headless crates/core_simd
67
- - wasm-pack test --chrome --headless crates/core_simd --release
66
+ - wasm-pack test --firefox --headless crates/core_simd
67
+ - wasm-pack test --firefox --headless crates/core_simd --release
68
68
69
69
script :
70
70
- echo "## Requested target configuration (RUSTFLAGS=$RUSTFLAGS)"
You can’t perform that action at this time.
0 commit comments