Remove the code for the CI to spawn a Serai node

The serai-client test runner controls the node on its end.

Also bumps the Monero version.
This commit is contained in:
Luke Parker
2023-03-20 01:07:43 -04:00
parent 597122b2e0
commit 66eaf6ab61
4 changed files with 6 additions and 21 deletions

View File

@@ -35,7 +35,7 @@ jobs:
# Test against all supported protocol versions
strategy:
matrix:
version: [v0.17.3.2, v0.18.1.2]
version: [v0.17.3.2, v0.18.2.0]
steps:
- uses: actions/checkout@v3
@@ -52,7 +52,7 @@ jobs:
- name: Run Integration Tests
# Don't run if the the tests workflow also will
if: ${{ matrix.version != 'v0.18.1.2' }}
if: ${{ matrix.version != 'v0.18.2.0' }}
run: |
cargo test --package monero-serai --all-features --test '*'
cargo test --package processor --all-features monero