From f1dab5cebb9bc8a3cb93e74ef3de1fa4e1b24d70 Mon Sep 17 00:00:00 2001 From: sami-alajrami Date: Tue, 25 Sep 2018 19:31:08 +0200 Subject: [PATCH] fixing test command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f57fae90..e03b6a1a 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ check: .PHONY: check test: dependencies ## Run unit tests - @go test -v -cover -p=1 #${PKGS} + @go test -v -cover -p=1 -args -f example.toml #${PKGS} .PHONY: test cross: dependencies ## Create binaries for all OSs