aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 151c78c..6234687 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -7,7 +7,7 @@ default: build
7build: fmtcheck 7build: fmtcheck
8 go install 8 go install
9 9
10test: fmtcheck errcheck 10test: fmtcheck
11 go test -i $(TEST) || exit 1 11 go test -i $(TEST) || exit 1
12 echo $(TEST) | \ 12 echo $(TEST) | \
13 xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4 13 xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4