ci: add rpc test job

This commit is contained in:
Byron Hambly 2023-12-15 20:47:04 +02:00
parent b43401ea21
commit 54d3dccdbb
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

View file

@ -159,3 +159,14 @@ jobs:
- name: Run test ${{ matrix.test_name }}
run: cargo test --package swap --all-features --test ${{ matrix.test_name }} -- --nocapture
rpc_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4.1.1
- uses: Swatinem/rust-cache@v2.7.1
- name: Run RPC server tests
run: cargo test --package swap --all-features --test rpc -- --nocapture