mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
11 lines
406 B
Markdown
11 lines
406 B
Markdown
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 any of the tests fail, you can pass `TRYBUILD=overwrite` to the `cargo test`
|
|
command that failed to have it regenerate the test output.
|