Replies: 1 comment
-
It seems it comes from my config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to disable --all-features during testing?
If we click the run test button, we will call
cargo test --package tikv --lib --all-features -- coprocessor::statistics::fmsketch::tests::test_sketch --exact --show-output
.However, in our code, there are some conflicting features that cannot be enabled together. Is there any way to avoid --all-features here?
Beta Was this translation helpful? Give feedback.
All reactions