From c7bd563b2611aace122ab6c443726d6360c868c9 Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Mon, 29 Aug 2016 10:08:30 +0200 Subject: [PATCH] Testing: Add more test targets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ce2af7d3ee..6e3b2498c9 100644 --- a/Makefile +++ b/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"