Auto merge of #32484 - brson:cargotest, r=alexcrichton
Fix the name of the 'check-cargotest' step
This commit is contained in:
commit
346d0d5175
@ -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…
x
Reference in New Issue
Block a user