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 8b0a254 commit b276829Copy full SHA for b276829
1 file changed
src/bootstrap/src/core/builder/mod.rs
@@ -1075,6 +1075,7 @@ impl<'a> Builder<'a> {
1075
crate::core::build_steps::toolstate::ToolStateCheck,
1076
test::Tidy,
1077
test::Bootstrap,
1078
+ test::RunMake,
1079
test::Ui,
1080
test::Crashes,
1081
test::Coverage,
@@ -1129,7 +1130,6 @@ impl<'a> Builder<'a> {
1129
1130
test::RustInstaller,
1131
test::TestFloatParse,
1132
test::CollectLicenseMetadata,
- test::RunMake,
1133
test::RunMakeCargo,
1134
),
1135
Kind::Miri => describe!(test::Crate),
0 commit comments