diff --git a/Makefile b/Makefile index 3b2a9b0b..558b23bf 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ mocks: go generate -run mockgen $(PACKAGES) mockgen -destination pkg/mocks/io.go -package mocks -mock_names ReadCloser=ReadCloser io ReadCloser mockgen -destination pkg/mocks/pgx.go -package mocks -mock_names Tx=Tx,Row=Row,Rows=Rows github.com/jackc/pgx/v5 Tx,Row,Rows - fieldalignment -fix -test=false $(PACKAGES) + fieldalignment -fix -test=false $(PACKAGES) || true # don't fail on the fix ## test: Shortcut to launch all the test tasks (unit, functional and integration). .PHONY: test