Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat: pull image before test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshliu committed Oct 1, 2023
1 parent 2ae4549 commit 98919d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 98919d1

Please sign in to comment.