mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
small fix on ci rpc tests
This commit is contained in:
parent
dd6689a6c7
commit
9f6279c67a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ rpc_url="http://localhost:8545"
|
||||||
cd matic-cli/tests/rpc-tests
|
cd matic-cli/tests/rpc-tests
|
||||||
|
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go main.go --priv-key $privKey --rpc-url $rpc_url
|
go run main.go --priv-key $privKey --rpc-url $rpc_url
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
Loading…
Reference in a new issue