Skip to content

where testable branch #3528

Answered by taiki-e
kazuk asked this question in General
Feb 15, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

You need to use the --all-features argument.

https://github.com/tokio-rs/tokio/blob/master/CONTRIBUTING.md#cargo-commands

Due to the extensive use of features in Tokio, you will often need to add extra arguments to many common cargo commands. This section lists some commonly needed commands.

Some commands just need the --all-features argument:

cargo build --all-features
cargo check --all-features
cargo test --all-features

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kazuk
Comment options

Answer selected by taiki-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants