Skip to content

Commit f1db39a

Browse files
committed
ci: Run test_rpc_client integration tests
1 parent ee52af4 commit f1db39a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
- name: Run doc tests
8080
run: cargo test ${{ matrix.features }} --doc --verbose
8181

82+
- name: Run RPC client tests
83+
run: cargo test --test test_rpc_client --verbose -- --test-threads=2
84+
8285
# MSRV
8386
msrv:
8487
name: MSRV

0 commit comments

Comments
 (0)