From cd2600ed1740e1ce519fbdc46fba23b55bb79d10 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 17 Feb 2018 17:35:24 +0300 Subject: [PATCH] Let's failfast when running tests --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 34d6404..34ee30d 100644 --- a/common.mk +++ b/common.mk @@ -93,7 +93,7 @@ nncp-xfer: GOPATH=$(GOPATH) go build -ldflags "$(LDFLAGS)" cypherpunks.ru/nncp/cmd/nncp-xfer test: - GOPATH=$(GOPATH) go test cypherpunks.ru/nncp/... + GOPATH=$(GOPATH) go test -failfast cypherpunks.ru/nncp/... clean: rm -f $(ALL) -- 2.48.1