diff --git a/integration-tests/rpc_test.sh b/integration-tests/rpc_test.sh index 119567f9dc..05bc9f708f 100644 --- a/integration-tests/rpc_test.sh +++ b/integration-tests/rpc_test.sh @@ -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 - \ No newline at end of file