Testing: Add more test targets

pull/1928/head
Bjoern Rabenstein 8 years ago
parent 23ddbd64aa
commit c7bd563b26

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

Loading…
Cancel
Save