mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 18:59:55 +00:00
10 lines
597 B
Bash
Executable file
10 lines
597 B
Bash
Executable file
#!/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
|