Skip to content

Commit

Permalink
Enable special env vars for Windows CI on webidl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 5, 2019
1 parent bdf98f3 commit f3935cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -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"

Expand Down

0 comments on commit f3935cc

Please sign in to comment.