nextest
creates an empty target/nextest/default
directory even when CARGO_TARGET_DIR
is set
#2574
Unanswered
sampathsris
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.
-
This is my setup:
Whenever I run
cargo nextest run
, an emptytarget/nextest/default
directory gets created. It just a minor annoyance, but I'd still like to avoid that. Is there a way to do it?Or should I report this as a (cosmetic) defect?
Beta Was this translation helpful? Give feedback.
All reactions