Run test suite on asmjs

This commit is contained in:
David Tolnay
2018-09-15 15:14:56 -07:00
parent 2cf10a6003
commit f1e8dcf38e
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -53,6 +53,7 @@ elif [ -n "${EMSCRIPTEN}" ]; then
chmod +x ~/.cargo/bin/cargo-web
cd "$DIR/test_suite"
cargo web test --target=asmjs-unknown-emscripten --nodejs
cargo web test --target=wasm32-unknown-emscripten --nodejs
else
CHANNEL=nightly