Skip to content

Commit

Permalink
test: fix test-solidity, split tools and test
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Dec 1, 2023
1 parent 81c9aa3 commit cc02280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Install dependencies
run: |
npm install
go env
- uses: technote-space/[email protected]
id: git_diff
with:
Expand All @@ -39,6 +38,10 @@ jobs:
go.sum
- name: Test contract
run: |
sudo go version
sudo make contract-tools
- name: Test contract2
run: |
sudo go version
sudo make test-solidity
if: env.GIT_DIFF
2 changes: 0 additions & 2 deletions scripts/run-solidity-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ export PATH=$PATH:$GOPATH/bin
# remove existing daemon
rm -rf ~/.ethermintd

go version

# build ethermint binary
make install

Expand Down

0 comments on commit cc02280

Please sign in to comment.