Replies: 1 comment
-
#11730 is somewhat related, but no. |
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.
-
Is it possible to configure vscode to run tests in release mode (
cargo test --release
) when I press theRun Test
button? I'm primarily using release mode and running tests causes rebuilding all of the dependencies and I want to avoid that.Beta Was this translation helpful? Give feedback.
All reactions