aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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