From f3935cc44f29a0d079733b9d89e284c2e9558e57 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 5 Mar 2019 14:12:29 -0800 Subject: [PATCH] Enable special env vars for Windows CI on webidl tests --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1e5caf02..2abf1d0f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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"