Run RustdocUi earlier
This commit is contained in:
parent
88d43a052a
commit
41cdf07483
1 changed files with 1 additions and 1 deletions
|
|
@ -408,11 +408,11 @@ impl<'a> Builder<'a> {
|
|||
test::RustdocJSStd,
|
||||
test::RustdocJSNotStd,
|
||||
test::RustdocTheme,
|
||||
test::RustdocUi,
|
||||
// Run bootstrap close to the end as it's unlikely to fail
|
||||
test::Bootstrap,
|
||||
// Run run-make last, since these won't pass without make on Windows
|
||||
test::RunMake,
|
||||
test::RustdocUi
|
||||
),
|
||||
Kind::Bench => describe!(test::Crate, test::CrateLibrustc),
|
||||
Kind::Doc => describe!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue