Auto merge of #32484 - brson:cargotest, r=alexcrichton
Fix the name of the 'check-cargotest' step
This commit is contained in:
commit
346d0d5175
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue