File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -42,29 +42,29 @@ matrix:
42
42
env : RUSTFLAGS=-Ctarget-feature=+avx512vl
43
43
44
44
# WebAssembly (wasm-bindgen)
45
- - name : " wasm32-unknown-unknown (node, firefox, chrome)"
45
+ - name : " wasm32-unknown-unknown (firefox, chrome)"
46
46
os : linux
47
47
arch : amd64
48
48
addons :
49
- firefox : latest
50
- chrome : stable
49
+ firefox : latest-nightly
50
+ chrome : beta
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 --chrome --headless crates/core_simd
55
+ - wasm-pack test --firefox --chrome --headless crates/core_simd --release
56
56
57
- - name : " wasm32-unknown-unknown+simd128 (chrome )"
57
+ - name : " wasm32-unknown-unknown+simd128 (firefox )"
58
58
os : linux
59
59
arch : amd64
60
60
addons :
61
- chrome : stable
61
+ firefox : latest-nightly
62
62
install :
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