From fc2c502dfbb00fe03d6df326e8ae1864a7543f2a Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 10 Sep 2019 10:36:12 -0700 Subject: [PATCH] CI: Run the multi-value xform tests in CI --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f76eec17..9c012363 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 -