small fix on ci rpc tests

This commit is contained in:
Lucca Martins 2025-02-24 18:21:43 -03:00
parent dd6689a6c7
commit 9f6279c67a
No known key found for this signature in database
GPG key ID: DC3D7F76BDAE23BF

View file

@ -8,6 +8,6 @@ rpc_url="http://localhost:8545"
cd matic-cli/tests/rpc-tests
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 -