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.
x test
1 parent bfc046a commit a3c90b6Copy full SHA for a3c90b6
src/bootstrap/src/core/builder/mod.rs
@@ -1044,6 +1044,7 @@ impl<'a> Builder<'a> {
1044
Kind::Test => describe!(
1045
crate::core::build_steps::toolstate::ToolStateCheck,
1046
test::Tidy,
1047
+ test::Bootstrap,
1048
test::Ui,
1049
test::Crashes,
1050
test::Coverage,
@@ -1098,8 +1099,6 @@ impl<'a> Builder<'a> {
1098
1099
test::RustInstaller,
1100
test::TestFloatParse,
1101
test::CollectLicenseMetadata,
- // Run bootstrap close to the end as it's unlikely to fail
1102
- test::Bootstrap,
1103
// Run run-make last, since these won't pass without make on Windows
1104
test::RunMake,
1105
),
0 commit comments