mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-25 10:10:41 -06:00
tests
This commit is contained in:
parent
ffcf16711b
commit
d0e240b545
@ -59,9 +59,9 @@ elif [[ "$1" == "android" ]]; then
|
||||
popd >/dev/null
|
||||
|
||||
else
|
||||
cargo test --features=rt-tokio,tracing -- --nocapture
|
||||
cargo test --features=rt-async-std,tracing -- --nocapture
|
||||
cargo test --features=rt-tokio -- --nocapture
|
||||
cargo test --features=rt-async-std -- --nocapture
|
||||
cargo test -- --nocapture
|
||||
cargo test --features=tracing -- --nocapture
|
||||
cargo test --no-default-features --features=rt-async-std -- --nocapture
|
||||
cargo test --no-default-features --features=rt-async-std,tracing -- --nocapture
|
||||
fi
|
||||
popd 2>/dev/null
|
Loading…
Reference in New Issue
Block a user