mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-23 07:08:33 -04:00
* Upgrade Consul client * Add ServiceMeta to the labels in ConsulSD Signed-off-by: Romain Baugue <romain.baugue@elwinar.com>
8 lines
125 B
Makefile
8 lines
125 B
Makefile
TEST?=./...
|
|
|
|
test:
|
|
go test $(TEST) $(TESTARGS) -timeout=3s -parallel=4
|
|
go vet $(TEST)
|
|
go test $(TEST) -race
|
|
|
|
.PHONY: test
|