Remove wasm-test.sh (not invoked in CI)

We build-test wasm in CI, and nothing runs this script.

Ideally, in the future, we should run wasm tests in CI, such as via
wasmtime.
pull/1026/head
Josh Triplett 2 years ago
parent 97a2fbed07
commit 422c3ddb85

@ -1,10 +0,0 @@
#!/bin/sh
wasm-pack test --chrome --headless -- --features unstable --test buf_writer
wasm-pack test --chrome --headless -- --features unstable --test channel
wasm-pack test --chrome --headless -- --features unstable --test condvar
wasm-pack test --chrome --headless -- --features unstable --test mutex
wasm-pack test --chrome --headless -- --features unstable --test rwlock
wasm-pack test --chrome --headless -- --features unstable --test stream
wasm-pack test --chrome --headless -- --features unstable --test task_local
wasm-pack test --chrome --headless -- --features unstable --test timeout
Loading…
Cancel
Save