mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
fix tests
This commit is contained in:
parent
d0e240b545
commit
c377a59278
@ -13,7 +13,10 @@ crate-type = ["cdylib", "staticlib", "rlib"]
|
|||||||
|
|
||||||
# Common features
|
# Common features
|
||||||
default = ["enable-crypto-vld0", "rt-tokio"]
|
default = ["enable-crypto-vld0", "rt-tokio"]
|
||||||
|
default-async-std = ["enable-crypto-vld0", "rt-async-std"]
|
||||||
default-wasm = ["enable-crypto-vld0"]
|
default-wasm = ["enable-crypto-vld0"]
|
||||||
|
|
||||||
|
# Runtimes
|
||||||
rt-async-std = [
|
rt-async-std = [
|
||||||
"async-std",
|
"async-std",
|
||||||
"async-std-resolver",
|
"async-std-resolver",
|
||||||
|
@ -60,6 +60,6 @@ elif [[ "$1" == "android" ]]; then
|
|||||||
|
|
||||||
else
|
else
|
||||||
cargo test
|
cargo test
|
||||||
cargo test --features=rt-async-std
|
cargo test --no-default-features --features=default-async-std
|
||||||
fi
|
fi
|
||||||
popd 2>/dev/null
|
popd 2>/dev/null
|
Loading…
Reference in New Issue
Block a user