diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ vulncheck: .PHONY: tests tests: - $(GO) test $(GOFLAGS) -v ./... + $(GO) test $(GOFLAGS) ./... .PHONY: debug debug: aerc.debug |
index : aerc | ||
Clone of https://git.sr.ht/~rjarry/aerc | Robin Jarry <robin@jarry.cc> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -79,7 +79,7 @@ vulncheck: .PHONY: tests tests: - $(GO) test $(GOFLAGS) -v ./... + $(GO) test $(GOFLAGS) ./... .PHONY: debug debug: aerc.debug |