Skip to content

Commit b276829

Browse files
committed
(DO NOT MERGE) Run the run-make suite much earlier in the test sequence
1 parent 8b0a254 commit b276829

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/builder

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/builder/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,7 @@ impl<'a> Builder<'a> {
10751075
crate::core::build_steps::toolstate::ToolStateCheck,
10761076
test::Tidy,
10771077
test::Bootstrap,
1078+
test::RunMake,
10781079
test::Ui,
10791080
test::Crashes,
10801081
test::Coverage,
@@ -1129,7 +1130,6 @@ impl<'a> Builder<'a> {
11291130
test::RustInstaller,
11301131
test::TestFloatParse,
11311132
test::CollectLicenseMetadata,
1132-
test::RunMake,
11331133
test::RunMakeCargo,
11341134
),
11351135
Kind::Miri => describe!(test::Crate),

0 commit comments

Comments
 (0)