We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cd943 commit c367c62Copy full SHA for c367c62
src/bootstrap/src/core/builder/mod.rs
@@ -958,14 +958,10 @@ impl<'a> Builder<'a> {
958
test::Rustdoc,
959
test::CoverageRunRustdoc,
960
test::Pretty,
961
- test::Crate,
962
- test::CrateLibrustc,
963
- // The cranelift and gcc tests need to be listed after the
964
- // compiler unit tests (CrateLibrustc) so that they don't
965
- // hijack the whole `compiler` directory during path matching.
966
- // <https://github.com/rust-lang/rust/pull/134919>
967
test::CodegenCranelift,
968
test::CodegenGCC,
+ test::Crate,
+ test::CrateLibrustc,
969
test::CrateRustdoc,
970
test::CrateRustdocJsonTypes,
971
test::CrateBootstrap,
0 commit comments