Skip asmjs

This commit is contained in:
David Tolnay 2018-09-02 13:21:36 -07:00
parent 2244b92eb0
commit 33b7841300
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -53,7 +53,6 @@ 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