revert step order from #134919
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
00cd943709
commit
c367c62b27
1 changed files with 2 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue