mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
enable race detection for the tests (#3884)
This commit is contained in:
parent
b9e836c7b7
commit
0f00d77661
2
Makefile
2
Makefile
|
@ -56,7 +56,7 @@ test-short:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@echo ">> running all tests"
|
@echo ">> running all tests"
|
||||||
@$(GO) test $(shell $(GO) list ./... | grep -v /vendor/ | grep -v examples)
|
@$(GO) test -race $(shell $(GO) list ./... | grep -v /vendor/ | grep -v examples)
|
||||||
|
|
||||||
format:
|
format:
|
||||||
@echo ">> formatting code"
|
@echo ">> formatting code"
|
||||||
|
|
Loading…
Reference in a new issue