From 239800cfcf40bd46da2f1ca37271c1b5d7291230 Mon Sep 17 00:00:00 2001 From: Luke Parker <lukeparker5132@gmail.com> Date: Mon, 3 Jul 2023 09:12:29 -0400 Subject: [PATCH] Update monero-tests workflow to new name for the processor --- .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 6a382475..b098080b 100644 --- a/.github/workflows/monero-tests.yaml +++ b/.github/workflows/monero-tests.yaml @@ -55,4 +55,4 @@ jobs: if: ${{ matrix.version != 'v0.18.2.0' }} run: | cargo test --package monero-serai --all-features --test '*' - cargo test --package processor --all-features monero + cargo test --package serai-processor --all-features monero