Merge pull request #1928 from prometheus/beorn7/testing

Testing: Add more test targets
This commit is contained in:
Björn Rabenstein 2016-08-29 11:36:53 +02:00 committed by GitHub
commit c9d9f564ff
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ check_license:
@./scripts/check_license.sh @./scripts/check_license.sh
test: test:
@echo ">> running tests" @echo ">> running short tests"
@$(GO) test -race -short $(pkgs) @$(GO) test -short $(pkgs)
format: format:
@echo ">> formatting code" @echo ">> formatting code"