Skip to content

Commit b6ea60f

Browse files
committed
mir-opt: always run tests for the current target
1 parent 4282576 commit b6ea60f

File tree

1 file changed

+2
-2
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+2
-2
lines changed

src/bootstrap/src/core/build_steps/test.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,8 @@ impl Step for MirOpt {
15491549
})
15501550
};
15511551

1552+
run(self.target);
1553+
15521554
if builder.config.cmd.bless() {
15531555
// All that we really need to do is cover all combinations of 32/64-bit and unwind/abort,
15541556
// but while we're at it we might as well flex our cross-compilation support. This
@@ -1567,8 +1569,6 @@ impl Step for MirOpt {
15671569
});
15681570
run(panic_abort_target);
15691571
}
1570-
} else {
1571-
run(self.target);
15721572
}
15731573
}
15741574
}

0 commit comments

Comments
 (0)