Files
hu-kai45 6e63b18c62 tokio 版本升级到 1.25.0
Signed-off-by: hu-kai45 <hukai45@huawei.com>
2023-06-25 16:23:23 +08:00

406 B

Tests the various combination of feature flags. This is broken out to a separate crate to work around limitations with cargo features.

To run all of the tests in this directory, run the following commands:

cargo test --features full
cargo test --features rt

If one of the tests fail, you can pass TRYBUILD=overwrite to the cargo test command that failed to have it regenerate the test output.