mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
download dependencies to run script
This commit is contained in:
parent
41459a77c8
commit
dd6689a6c7
1 changed files with 5 additions and 1 deletions
|
|
@ -5,5 +5,9 @@ signersDump=$(jq . $signersFile)
|
|||
privKey=$(echo "$signersDump" | jq -r ".[0].priv_key")
|
||||
rpc_url="http://localhost:8545"
|
||||
|
||||
cd matic-cli/tests/rpc-tests
|
||||
|
||||
go run matic-cli/tests/rpc-tests/main.go --priv-key $privKey --rpc-url $rpc_url
|
||||
go mod tidy
|
||||
go main.go --priv-key $privKey --rpc-url $rpc_url
|
||||
|
||||
cd -
|
||||
Loading…
Reference in a new issue