We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217e58b commit 0c069efCopy full SHA for 0c069ef
Makefile
@@ -22,7 +22,7 @@ test: vendor
22
cd $$dir && \
23
go run gotest.tools/gotestsum@latest --format pkgname-and-test-fails \
24
--no-summary=skipped --raw-command go test -v \
25
- -json -short -coverprofile=coverage.txt -covermode=count ./... && \
+ -json -short -coverprofile=coverage.txt -covermode=count ./... || exit 1 && \
26
cd ..; \
27
fi \
28
done
0 commit comments