tokio::test not runnable in editor if tokio is a dev-dependency #20310
Unanswered
anvil-of-fury
asked this question in
Q&A
Replies: 0 comments
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.
-
Strangely I can only get
#[tokio::test]
annotated unit tests to run with a mouse click in the GUI if tokio is a regular dependency and not a dev-dependency.Everything runs fine with cargo test though. Anyone else notice this? I don't have a minimal repro so I thought discussion might be warranted rather than issue
Beta Was this translation helpful? Give feedback.
All reactions