Skip to content

Commit

Permalink
Update build to replace correct module (cosmos#561)
Browse files Browse the repository at this point in the history
Ethermint currently imports optimint, so this replace is replacing an unused module currently, testing in rollmint that ethermint works with a specific optimint version.

Update the edit so build tests what it should.
  • Loading branch information
joroshiba authored Oct 27, 2022
1 parent cb5c744 commit 7521470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-test-ethermint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cp -R rollmint ethermint
cd ethermint
rm -rf .git
go mod edit -replace=github.com/celestiaorg/rollmint=./rollmint
go mod edit -replace=github.com/celestiaorg/optimint=./rollmint
go mod tidy -compat=1.17 -e
- name: Docker meta
id: meta
Expand Down

0 comments on commit 7521470

Please sign in to comment.