Fix the name of the 'check-cargotest' step

This commit is contained in:
Brian Anderson 2016-03-25 17:33:10 +00:00
parent 64a13a4660
commit c7049f6450
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ standalone-docs:
$(Q)$(BOOTSTRAP) --step doc-standalone
check:
$(Q)$(BOOTSTRAP) --step check
cargotest:
$(Q)$(BOOTSTRAP) --step cargotest
check-cargotest:
$(Q)$(BOOTSTRAP) --step check-cargotest
dist:
$(Q)$(BOOTSTRAP) --step dist