mirror of https://github.com/status-im/consul.git
test: simplify makefile
This commit is contained in:
parent
3d54fe51ba
commit
9993095448
|
@ -48,7 +48,7 @@ cov:
|
|||
|
||||
test: dev
|
||||
go test -tags "$(GOTAGS)" -i -run '^$$' ./...
|
||||
( set -o pipefail ; go test -tags "$(GOTAGS)" -v $(GOFILES) | tee test.log )
|
||||
( set -o pipefail ; go test -tags "$(GOTAGS)" -v ./... | tee test.log )
|
||||
|
||||
cover:
|
||||
go test $(GOFILES) --cover
|
||||
|
|
Loading…
Reference in New Issue