-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update builder tests to use geth statediff test helpers
- Loading branch information
Showing
5 changed files
with
232 additions
and
534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
## Build docker image | ||
.PHONY: docker-build | ||
docker-build: | ||
docker build -t vulcanize/eth-statediff-service . | ||
docker build -t vulcanize/eth-statediff-service . | ||
|
||
.PHONY: test | ||
test: | $(GOOSE) | ||
go get github.com/stretchr/testify/[email protected] | ||
go test -p 1 ./pkg/... -v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.