mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 12:44:40 +00:00
auto merge of #15516 : brson/rust/tidy, r=alexcrichton
Tidy takes like forever to run. How many times have I wished I didn't have to sit through tidy before seeing my tests fail?
This commit is contained in:
commit
e2e237afc1
@ -171,7 +171,7 @@ endif
|
||||
# Main test targets
|
||||
######################################################################
|
||||
|
||||
check: cleantmptestlogs cleantestlibs tidy check-notidy
|
||||
check: cleantmptestlogs cleantestlibs check-notidy tidy
|
||||
|
||||
check-notidy: cleantmptestlogs cleantestlibs all check-stage2
|
||||
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
|
||||
|
Loading…
Reference in New Issue
Block a user