mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 04:08:40 +00:00
revert step order from #134919
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
00cd943709
commit
c367c62b27
@ -958,14 +958,10 @@ impl<'a> Builder<'a> {
|
||||
test::Rustdoc,
|
||||
test::CoverageRunRustdoc,
|
||||
test::Pretty,
|
||||
test::Crate,
|
||||
test::CrateLibrustc,
|
||||
// The cranelift and gcc tests need to be listed after the
|
||||
// compiler unit tests (CrateLibrustc) so that they don't
|
||||
// hijack the whole `compiler` directory during path matching.
|
||||
// <https://github.com/rust-lang/rust/pull/134919>
|
||||
test::CodegenCranelift,
|
||||
test::CodegenGCC,
|
||||
test::Crate,
|
||||
test::CrateLibrustc,
|
||||
test::CrateRustdoc,
|
||||
test::CrateRustdocJsonTypes,
|
||||
test::CrateBootstrap,
|
||||
|
Loading…
Reference in New Issue
Block a user