mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 17:25:32 +00:00
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.
This commit is contained in:
parent
97a2fbed07
commit
422c3ddb85
1 changed files with 0 additions and 10 deletions
10
wasm-test.sh
10
wasm-test.sh
|
@ -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…
Reference in a new issue