From 5f34059ad1bf9fb9e0bfd9f1b317917ecccf36f7 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Tue, 6 Jun 2017 16:29:54 -0400 Subject: Updating Makefile + Add gitignore --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 151c78c..6234687 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,7 +7,7 @@ default: build build: fmtcheck go install -test: fmtcheck errcheck +test: fmtcheck go test -i $(TEST) || exit 1 echo $(TEST) | \ xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4 -- cgit v1.2.3