Properly run processor Monero tests

Since it wasn't being compiled with the Monero feature, it wasn't running the
Monero tests.
This commit is contained in:
Luke Parker 2023-03-17 13:33:50 -04:00
parent ba82dac18c
commit 780b79c3d8
No known key found for this signature in database

View file

@ -53,4 +53,4 @@ jobs:
if: ${{ matrix.version != 'v0.18.1.2' }} if: ${{ matrix.version != 'v0.18.1.2' }}
run: | run: |
cargo test --package monero-serai --all-features --test '*' cargo test --package monero-serai --all-features --test '*'
cargo test --package processor monero cargo test --package processor --all-features monero