diff --git a/Makefile b/Makefile index 48112691d..7ba109e07 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,9 @@ lint: && golangci-lint run test: - go test ./... -coverprofile=coverage.out -covermode=atomic -timeout=300s + docker pull ghcr.io/foundry-rs/foundry:latest \ + && docker pull gcr.io/evmchain/taiko-geth:taiko \ + && go test ./... -coverprofile=coverage.out -covermode=atomic -timeout=300s dev_net: @TAIKO_MONO_DIR=${TAIKO_MONO_DIR} \