Enable special env vars for Windows CI on webidl tests

This commit is contained in:
Alex Crichton 2019-03-05 14:12:29 -08:00
parent bdf98f3a11
commit f3935cc44f

View File

@ -47,6 +47,8 @@ jobs:
displayName: "js-sys test suite"
- script: cargo test --target wasm32-unknown-unknown -p webidl-tests
displayName: "webidl-tests test suite"
env:
WBINDGEN_I_PROMISE_JS_SYNTAX_WORKS_IN_NODE: 1
- script: cargo build --manifest-path crates/web-sys/Cargo.toml --target wasm32-unknown-unknown --features "Node Window Document"
displayName: "web-sys build"