We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1374a commit f8c2a5dCopy full SHA for f8c2a5d
rustic-cargo.el
@@ -111,7 +111,7 @@ instead of applying the default arguments from `rustic-default-test-arguments'."
111
:type 'boolean
112
:group 'rustic-cargo)
113
114
-(defcustom rustic-default-test-arguments "--benches --tests --all-features"
+(defcustom rustic-default-test-arguments "--all-targets --all-features"
115
"Default arguments when running `cargo test'."
116
:type 'string
117
0 commit comments