From 9f6279c67a13c3ae22a8cc65e13d860769bf9865 Mon Sep 17 00:00:00 2001 From: Lucca Martins Date: Mon, 24 Feb 2025 18:21:43 -0300 Subject: [PATCH] small fix on ci rpc tests --- integration-tests/rpc_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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