Skip to content

Commit

Permalink
check check-ui and check-incremental in check
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed May 13, 2016
1 parent 1ba4e7b commit 3ff521b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/build/step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ impl<'a> Step<'a> {
self.check_cfail(compiler),
self.check_rfail(compiler),
self.check_pfail(compiler),
self.check_incremental(compiler),
self.check_ui(compiler),
self.check_crate_std(compiler),
self.check_crate_test(compiler),
self.check_crate_rustc(compiler),
Expand Down

0 comments on commit 3ff521b

Please sign in to comment.