diff --git a/Makefile b/Makefile index c34f8bf70..871249f56 100644 --- a/Makefile +++ b/Makefile @@ -233,17 +233,13 @@ build-docker: build-linux ############################################################################### -### Testing ### +### Mocks ### ############################################################################### mockery: go generate -run="mockery" ./... .PHONY: mockery -test: - go test ./... -.PHONY: test - ############################################################################### ### Local testnet using docker ### ###############################################################################