Skip to content

Commit 3ff521b

Browse files
committed
check check-ui and check-incremental in check
1 parent 1ba4e7b commit 3ff521b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/build/step.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@ impl<'a> Step<'a> {
381381
self.check_cfail(compiler),
382382
self.check_rfail(compiler),
383383
self.check_pfail(compiler),
384+
self.check_incremental(compiler),
385+
self.check_ui(compiler),
384386
self.check_crate_std(compiler),
385387
self.check_crate_test(compiler),
386388
self.check_crate_rustc(compiler),

0 commit comments

Comments
 (0)