Skip to content

Commit

Permalink
Merge pull request #838 from lochjin/dev2.0
Browse files Browse the repository at this point in the history
feat:generate-contracts-pkg for CI
  • Loading branch information
dindinw authored Nov 29, 2024
2 parents 4b153f1 + 5be09dd commit 8972b18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: compileSolidity
run: solcjs --version && ls && cd test/cmds/ && go run compile_solidity.go && cd ../../

- name: contracts
run: make generate-contracts-pkg

- name: Build
run: |
export GO111MODULE=on
Expand Down

0 comments on commit 8972b18

Please sign in to comment.