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