summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-12-18 14:25:28 +0100
committerRobin Jarry <robin@jarry.cc>2022-12-18 14:25:45 +0100
commit7978c0ea51b3e82e207acaf39c0a6cb52a14961f (patch)
tree1f10e4c4402c139cd1258b64cff9f226770ab642
parent6fb0bcff03999350127a5a88f45a64d2a306a918 (diff)
downloadaerc-7978c0ea51b3e82e207acaf39c0a6cb52a14961f.tar.gz
aerc-7978c0ea51b3e82e207acaf39c0a6cb52a14961f.zip
mk: remove verbose for tests
This is useless and annoying. Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fccacc9..86ccc325 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ vulncheck:
.PHONY: tests
tests:
- $(GO) test $(GOFLAGS) -v ./...
+ $(GO) test $(GOFLAGS) ./...
.PHONY: debug
debug: aerc.debug