Get WebIDL tests working

This commit is contained in:
Alex Crichton 2019-03-05 08:14:55 -08:00
parent f1e391e3db
commit 9063a6b701

View File

@ -97,6 +97,8 @@ jobs:
- template: ci/azure-install-sccache.yml - template: ci/azure-install-sccache.yml
- script: cargo test -p wasm-bindgen-webidl - script: cargo test -p wasm-bindgen-webidl
- script: cargo test -p webidl-tests --target wasm32-unknown-unknown - script: cargo test -p webidl-tests --target wasm32-unknown-unknown
env:
WBINDGEN_I_PROMISE_JS_SYNTAX_WORKS_IN_NODE: 1
- job: test_ui - job: test_ui
displayName: "Run UI tests" displayName: "Run UI tests"