clean up tests
This commit is contained in:
9
veilid-tools/run_tests.sh
Executable file
9
veilid-tools/run_tests.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
if [[ "$1" == "wasm" ]]; then
|
||||
WASM_BINDGEN_TEST_TIMEOUT=120 wasm-pack test --chrome --headless
|
||||
else
|
||||
cargo test --features=rt-tokio
|
||||
cargo test --features=rt-async-std
|
||||
cargo test --features=rt-tokio,log --no-default-features
|
||||
cargo test --features=rt-async-std,log --no-default-features
|
||||
fi
|
||||
Reference in New Issue
Block a user