You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
597 B
Bash
11 lines
597 B
Bash
5 years ago
|
#!/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
|