Skip to content

Commit aef6dc2

Browse files
committed
Add package arguments to dogfood test
This is necessary after migrating to RUSTC_WORKSPACE_WRAPPER.
1 parent fb905df commit aef6dc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/dogfood.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ fn dogfood_clippy() {
2626
.arg("clippy-preview")
2727
.arg("--all-targets")
2828
.arg("--all-features")
29+
.args(&["-p", "clippy_lints", "-p", "clippy_utils", "-p", "rustc_tools_util"])
2930
.arg("--")
3031
.args(&["-D", "clippy::all"])
3132
.args(&["-D", "clippy::pedantic"])

0 commit comments

Comments
 (0)