cargo-mutants 24.1.2: adding --in-place
#264
sourcefrog
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
--in-place
option tests mutations in the original source tree, without copying the tree. This is faster and uses less disk space, but it's incompatible with--jobs
, and you must be careful not to edit or commit the source tree while tests are running.Read more about it here: https://mutants.rs/in-place.html
Beta Was this translation helpful? Give feedback.
All reactions