Skip to content

Commit

Permalink
CI: Run the multi-value xform tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Sep 11, 2019
1 parent 44c3f8a commit fc2c502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -31,6 +31,8 @@ jobs:
displayName: "Futures test suite on native"
- script: cargo test -p wasm-bindgen-futures --target wasm32-unknown-unknown
displayName: "Futures test suite on wasm"
- script: cargo test -p wasm-bindgen-multi-value-xform
displayName: "multi-value xform tests on native"
- script: |
set -e
curl https://nodejs.org/download/nightly/v13.0.0-nightly2019081215b2d13310/node-v13.0.0-nightly2019081215b2d13310-linux-x64.tar.xz | tar xJf -
Expand Down

0 comments on commit fc2c502

Please sign in to comment.