2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 14:55:02 +00:00
This commit is contained in:
Chavez 2014-12-04 23:11:47 -08:00
parent 0473d6aa1e
commit d760c8e6ce

@ -19,7 +19,7 @@ test: deps
go list ./... | xargs -n1 go test --cover
integ:
go list ./... | INTEG_TESTS=yes xargs -n1 go test -test --cover
go list ./... | INTEG_TESTS=yes xargs -n1 go test --cover
format: deps
@echo "--> Running go fmt"