mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-10 21:04:40 +00:00
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:
parent
ba82dac18c
commit
780b79c3d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/monero-tests.yaml
vendored
2
.github/workflows/monero-tests.yaml
vendored
|
@ -53,4 +53,4 @@ jobs:
|
|||
if: ${{ matrix.version != 'v0.18.1.2' }}
|
||||
run: |
|
||||
cargo test --package monero-serai --all-features --test '*'
|
||||
cargo test --package processor monero
|
||||
cargo test --package processor --all-features monero
|
||||
|
|
Loading…
Reference in a new issue