mirror of https://github.com/status-im/consul.git
Separate cover target for tests
This commit is contained in:
parent
d760c8e6ce
commit
89e60343f0
8
Makefile
8
Makefile
|
@ -16,10 +16,14 @@ deps:
|
|||
|
||||
test: deps
|
||||
./scripts/verify_no_uuid.sh
|
||||
go list ./... | xargs -n1 go test --cover
|
||||
go list ./... | xargs -n1 go test
|
||||
|
||||
integ:
|
||||
go list ./... | INTEG_TESTS=yes xargs -n1 go test --cover
|
||||
go list ./... | INTEG_TESTS=yes xargs -n1 go test
|
||||
|
||||
cover: deps
|
||||
./scripts/verify_no_uuid.sh
|
||||
go list ./... | xargs -n1 go test --cover
|
||||
|
||||
format: deps
|
||||
@echo "--> Running go fmt"
|
||||
|
|
Loading…
Reference in New Issue