mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 19:01:06 +00:00
Don't test all web-sys features on Windows
Unfortunately this blows the command line limit and will fail CI
This commit is contained in:
parent
e67397ec27
commit
6e319509e5
@ -25,8 +25,11 @@ test_script:
|
|||||||
- where chromedriver
|
- where chromedriver
|
||||||
- set CHROMEDRIVER=C:\Tools\WebDriver\chromedriver.exe
|
- set CHROMEDRIVER=C:\Tools\WebDriver\chromedriver.exe
|
||||||
- cargo test -p js-sys --target wasm32-unknown-unknown
|
- cargo test -p js-sys --target wasm32-unknown-unknown
|
||||||
- cargo test --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --all-features
|
|
||||||
- cargo test -p webidl-tests --target wasm32-unknown-unknown
|
- cargo test -p webidl-tests --target wasm32-unknown-unknown
|
||||||
|
# Try just a few features for `web-sys`, unfortunately the whole crate blows
|
||||||
|
# system command line limits meaning we can't even spawn rustc to enable all
|
||||||
|
# the features.
|
||||||
|
- cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --features 'Node Window Document'
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user