mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 12:57:20 +00:00
7 lines
161 B
Bash
Executable file
7 lines
161 B
Bash
Executable file
Mode="$*"
|
|
|
|
if [ $Mode == "wasm" ]; then
|
|
cargo test --features test_utils wasm -- --show-output
|
|
else
|
|
cargo test --features test_utils -- --show-output
|
|
fi
|