Skip to content

Commit 0c069ef

Browse files
committed
upate
1 parent 217e58b commit 0c069ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test: vendor
2222
cd $$dir && \
2323
go run gotest.tools/gotestsum@latest --format pkgname-and-test-fails \
2424
--no-summary=skipped --raw-command go test -v \
25-
-json -short -coverprofile=coverage.txt -covermode=count ./... && \
25+
-json -short -coverprofile=coverage.txt -covermode=count ./... || exit 1 && \
2626
cd ..; \
2727
fi \
2828
done

0 commit comments

Comments
 (0)