loro/test.sh

8 lines
161 B
Bash
Raw Permalink Normal View History

2024-07-25 11:14:02 +00:00
Mode="$*"
if [ $Mode == "wasm" ]; then
cargo test --features test_utils wasm -- --show-output
else
cargo test --features test_utils -- --show-output
fi