mirror of https://github.com/prometheus/prometheus
make: disable remote tests temporarily
parent
377886b371
commit
1df03d8346
4
Makefile
4
Makefile
|
@ -39,11 +39,11 @@ check_license:
|
|||
# TODO(fabxc): example tests temporarily removed.
|
||||
test-short:
|
||||
@echo ">> running short tests"
|
||||
@$(GO) test $(shell $(GO) list ./... | grep -v /vendor/ | grep -v examples)
|
||||
@$(GO) test -short $(shell $(GO) list ./... | grep -v /vendor/ | grep -v examples)
|
||||
|
||||
test:
|
||||
@echo ">> running all tests"
|
||||
@$(GO) test $(pkgs)
|
||||
@$(GO) test $(shell $(GO) list ./... | grep -v /vendor/ | grep -v examples)
|
||||
|
||||
format:
|
||||
@echo ">> formatting code"
|
||||
|
|
Loading…
Reference in New Issue