diff --git a/Makefile b/Makefile index 6f46d4ff..4fb32c7b 100644 --- a/Makefile +++ b/Makefile @@ -202,9 +202,9 @@ extract-message-names: # done tests: - go test -race ./client/... ./ethereum/... + go clean -testcache && go test -race ./client/... ./ethereum/... coverage: - go test -race -coverprofile=coverage.out -covermode=atomic ./client/... ./ethereum/... + go clean -testcache && go test -race -coverprofile=coverage.out -covermode=atomic ./client/... ./ethereum/... lint: export GOPROXY=direct lint: diff --git a/go.mod b/go.mod index 0a0e9c5a..1ffabf5e 100644 --- a/go.mod +++ b/go.mod @@ -253,8 +253,6 @@ replace ( github.com/cosmos/ibc-go/modules/capability => github.com/InjectiveLabs/ibc-go/modules/capability v1.0.0-inj.4 github.com/cosmos/ibc-go/modules/light-clients/08-wasm => github.com/InjectiveLabs/ibc-go/modules/light-clients/08-wasm v0.5.0-inj.4 github.com/cosmos/ibc-go/v8 => github.com/InjectiveLabs/ibc-go/v8 v8.7.0-inj.4 - - // geth dev github.com/ethereum/go-ethereum => github.com/InjectiveLabs/go-ethereum v1.16.3-inj.2 github.com/improbable-eng/grpc-web => github.com/maxim-inj/grpc-web v0.15.0-inj