Skip to content

Commit 41cdf07

Browse files
committed
Run RustdocUi earlier
1 parent 88d43a0 commit 41cdf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,11 @@ impl<'a> Builder<'a> {
408408
test::RustdocJSStd,
409409
test::RustdocJSNotStd,
410410
test::RustdocTheme,
411+
test::RustdocUi,
411412
// Run bootstrap close to the end as it's unlikely to fail
412413
test::Bootstrap,
413414
// Run run-make last, since these won't pass without make on Windows
414415
test::RunMake,
415-
test::RustdocUi
416416
),
417417
Kind::Bench => describe!(test::Crate, test::CrateLibrustc),
418418
Kind::Doc => describe!(

0 commit comments

Comments
 (0)