Skip to content

Commit f8c2a5d

Browse files
Use --all-targets in cargo test defaults
1 parent 1e1374a commit f8c2a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustic-cargo.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ instead of applying the default arguments from `rustic-default-test-arguments'."
111111
:type 'boolean
112112
:group 'rustic-cargo)
113113

114-
(defcustom rustic-default-test-arguments "--benches --tests --all-features"
114+
(defcustom rustic-default-test-arguments "--all-targets --all-features"
115115
"Default arguments when running `cargo test'."
116116
:type 'string
117117
:group 'rustic-cargo)

0 commit comments

Comments
 (0)