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 6515512 commit 4e17685Copy full SHA for 4e17685
src/bootstrap/src/core/builder/mod.rs
@@ -954,14 +954,10 @@ impl<'a> Builder<'a> {
954
test::Rustdoc,
955
test::CoverageRunRustdoc,
956
test::Pretty,
957
- test::Crate,
958
- test::CrateLibrustc,
959
- // The cranelift and gcc tests need to be listed after the
960
- // compiler unit tests (CrateLibrustc) so that they don't
961
- // hijack the whole `compiler` directory during path matching.
962
- // <https://github.com/rust-lang/rust/pull/134919>
963
test::CodegenCranelift,
964
test::CodegenGCC,
+ test::Crate,
+ test::CrateLibrustc,
965
test::CrateRustdoc,
966
test::CrateRustdocJsonTypes,
967
test::CrateBootstrap,
0 commit comments