containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
197 stars 47 forks source link

ci: add --all-features to cargo test #147

Closed wllenyj closed 2 years ago

wllenyj commented 2 years ago

Asynchronous features testing is required.

Signed-off-by: wllenyj wllenyj@linux.alibaba.com

mxpv commented 2 years ago

My understanding is that we have to run tests twice? Sync version (with no features enabled) and async one (with --all-features) ?

Tim-Zhang commented 2 years ago

My understanding is that we have to run tests twice? Sync version (with no features enabled) and async one (with --all-features) ?

@mxpv sync and async are not conflict with each other.

wllenyj commented 2 years ago

@mxpv It can be run together.