Testing: Add more test targets

pull/1928/head
Bjoern Rabenstein 2016-08-29 10:08:30 +02:00
parent 23ddbd64aa
commit c7bd563b26
1 changed files with 2 additions and 2 deletions

View File

@ -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"