mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
Fix typo
This commit is contained in:
parent
0473d6aa1e
commit
d760c8e6ce
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ test: deps
|
|||||||
go list ./... | xargs -n1 go test --cover
|
go list ./... | xargs -n1 go test --cover
|
||||||
|
|
||||||
integ:
|
integ:
|
||||||
go list ./... | INTEG_TESTS=yes xargs -n1 go test -test --cover
|
go list ./... | INTEG_TESTS=yes xargs -n1 go test --cover
|
||||||
|
|
||||||
format: deps
|
format: deps
|
||||||
@echo "--> Running go fmt"
|
@echo "--> Running go fmt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user