@@ -308,12 +308,14 @@ impl<'a> Builder<'a> {
308308                test:: UiFullDeps ,  test:: RunPassFullDeps ,  test:: RunFailFullDeps , 
309309                test:: CompileFailFullDeps ,  test:: IncrementalFullDeps ,  test:: Rustdoc ,  test:: Pretty , 
310310                test:: RunPassPretty ,  test:: RunFailPretty ,  test:: RunPassValgrindPretty , 
311-                 test:: RunPassFullDepsPretty ,  test:: RunFailFullDepsPretty ,  test :: RunMake , 
311+                 test:: RunPassFullDepsPretty ,  test:: RunFailFullDepsPretty , 
312312                test:: Crate ,  test:: CrateLibrustc ,  test:: CrateRustdoc ,  test:: Linkcheck , 
313313                test:: Cargotest ,  test:: Cargo ,  test:: Rls ,  test:: ErrorIndex ,  test:: Distcheck , 
314314                test:: Nomicon ,  test:: Reference ,  test:: RustdocBook ,  test:: RustByExample , 
315315                test:: TheBook ,  test:: UnstableBook , 
316-                 test:: Rustfmt ,  test:: Miri ,  test:: Clippy ,  test:: RustdocJS ,  test:: RustdocTheme ) , 
316+                 test:: Rustfmt ,  test:: Miri ,  test:: Clippy ,  test:: RustdocJS ,  test:: RustdocTheme , 
317+                 // Run run-make last, since these won't pass without make on Windows 
318+                 test:: RunMake ) , 
317319            Kind :: Bench  => describe ! ( test:: Crate ,  test:: CrateLibrustc ) , 
318320            Kind :: Doc  => describe ! ( doc:: UnstableBook ,  doc:: UnstableBookGen ,  doc:: TheBook , 
319321                doc:: Standalone ,  doc:: Std ,  doc:: Test ,  doc:: Rustc ,  doc:: ErrorIndex ,  doc:: Nomicon , 
0 commit comments