mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Testing: Add more test targets
This commit is contained in:
parent
23ddbd64aa
commit
c7bd563b26
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -37,8 +37,8 @@ check_license:
|
|||
@./scripts/check_license.sh
|
||||
|
||||
test:
|
||||
@echo ">> running tests"
|
||||
@$(GO) test -race -short $(pkgs)
|
||||
@echo ">> running short tests"
|
||||
@$(GO) test -short $(pkgs)
|
||||
|
||||
format:
|
||||
@echo ">> formatting code"
|
||||
|
|
|
|||
Loading…
Reference in a new issue