Skip to content

Commit

Permalink
test: fix test-solidity remove debug test, add go version command
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Dec 1, 2023
1 parent 1a38933 commit 81c9aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ jobs:
**/**.go
go.mod
go.sum
- name: tttt
run: go env
- name: Test contract
run: |
go env
sudo make contract-tools
sudo make test-solidity
if: env.GIT_DIFF
3 changes: 2 additions & 1 deletion scripts/run-solidity-tests.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/bash
export GOROOT=/opt/hostedtoolcache/go/1.21.4/x64
export GOPATH=~/go
export PATH=$PATH:$GOPATH/bin

# remove existing daemon
rm -rf ~/.ethermintd

go version

# build ethermint binary
make install

Expand Down

0 comments on commit 81c9aa3

Please sign in to comment.