File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -42,29 +42,28 @@ 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
51
50
install :
52
51
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
53
52
script :
54
- - wasm-pack test --node -- firefox --chrome --headless crates/core_simd
55
- - wasm-pack test --node -- firefox --chrome --headless crates/core_simd --release
53
+ - wasm-pack test --firefox --headless crates/core_simd
54
+ - wasm-pack test --firefox --headless crates/core_simd --release
56
55
57
- - name : " wasm32-unknown-unknown+simd128 (chrome )"
56
+ - name : " wasm32-unknown-unknown+simd128 (firefox )"
58
57
os : linux
59
58
arch : amd64
60
59
addons :
61
- chrome : stable
60
+ firefox : latest-nightly
62
61
install :
63
62
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
64
63
script :
65
64
- 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
65
+ - wasm-pack test --firefox --headless crates/core_simd
66
+ - wasm-pack test --firefox --headless crates/core_simd --release
68
67
69
68
script :
70
69
- echo "## Requested target configuration (RUSTFLAGS=$RUSTFLAGS)"
You can’t perform that action at this time.
0 commit comments