File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 run : go mod download
3232
3333 - name : Test RPC on testnet
34- run : cd rpc && go test -timeout 1200s -v -env testnet .
34+ run : cd rpc && go test -skip 'TestBlockWithReceipts' - timeout 1200s -v -env testnet .
3535 env :
3636 INTEGRATION_BASE : ${{ secrets.TEST_RPC_URL }}
Original file line number Diff line number Diff line change 2626 - name : Run jsonrpc tests
2727 run : |
2828 cd starknet-providers && cargo test jsonrpc
29- cd ../starknet-accounts && cargo test jsonrpc -- --skip can_declare_cairo0_contract_with_jsonrpc
29+ cd ../starknet-accounts && cargo test jsonrpc -- --skip can_declare_cairo0_contract_with_jsonrpc --skip jsonrpc_get_block_with_receipts
3030 env :
3131 STARKNET_RPC : ${{ secrets.STARKNET_RPC }}
3232 RUST_BACKTRACE : full
You can’t perform that action at this time.
0 commit comments