@@ -308,12 +308,14 @@ impl<'a> Builder<'a> {
308
308
test:: UiFullDeps , test:: RunPassFullDeps , test:: RunFailFullDeps ,
309
309
test:: CompileFailFullDeps , test:: IncrementalFullDeps , test:: Rustdoc , test:: Pretty ,
310
310
test:: RunPassPretty , test:: RunFailPretty , test:: RunPassValgrindPretty ,
311
- test:: RunPassFullDepsPretty , test:: RunFailFullDepsPretty , test :: RunMake ,
311
+ test:: RunPassFullDepsPretty , test:: RunFailFullDepsPretty ,
312
312
test:: Crate , test:: CrateLibrustc , test:: CrateRustdoc , test:: Linkcheck ,
313
313
test:: Cargotest , test:: Cargo , test:: Rls , test:: ErrorIndex , test:: Distcheck ,
314
314
test:: Nomicon , test:: Reference , test:: RustdocBook , test:: RustByExample ,
315
315
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 ) ,
317
319
Kind :: Bench => describe ! ( test:: Crate , test:: CrateLibrustc ) ,
318
320
Kind :: Doc => describe ! ( doc:: UnstableBook , doc:: UnstableBookGen , doc:: TheBook ,
319
321
doc:: Standalone , doc:: Std , doc:: Test , doc:: Rustc , doc:: ErrorIndex , doc:: Nomicon ,
0 commit comments