From 780b79c3d87bd97f7e492c79d8a50f6b58b35c81 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 17 Mar 2023 13:33:50 -0400 Subject: [PATCH] Properly run processor Monero tests Since it wasn't being compiled with the Monero feature, it wasn't running the Monero tests. --- .github/workflows/monero-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monero-tests.yaml b/.github/workflows/monero-tests.yaml index b98bbfd4..11783bf8 100644 --- a/.github/workflows/monero-tests.yaml +++ b/.github/workflows/monero-tests.yaml @@ -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