You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
When I start a test in VSCode with "Run Test" button above the test, the executed command cargo test -- --nocapture TEST_NAME fails because my Cargo.toml is not in the root folder, but in a subfolder.
When I call cargo (command line or lldb launcher) I always provide the --manifest-path=src/Cargo.toml parameter. It should be possible to pass additional parameters for test execution as well.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I start a test in VSCode with "Run Test" button above the test, the executed command
cargo test -- --nocapture TEST_NAME
fails because my Cargo.toml is not in the root folder, but in a subfolder.When I call cargo (command line or lldb launcher) I always provide the
--manifest-path=src/Cargo.toml
parameter. It should be possible to pass additional parameters for test execution as well.The text was updated successfully, but these errors were encountered: