From 0453b6cbc1bdecca4fd7c4c04ac2f80fa2fc80da Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 30 Jul 2022 19:32:27 -0400 Subject: [PATCH] Correct Monero workflow yaml --- .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 6a03d757..903a26de 100644 --- a/.github/workflows/monero-tests.yaml +++ b/.github/workflows/monero-tests.yaml @@ -51,7 +51,7 @@ jobs: - name: Run Integration Tests # Don't run if the the tests workflow also will - if: ${{ matrix.version != v0.18.0.0 }} + if: ${{ matrix.version != "v0.18.0.0" }} run: | cargo test --package monero-serai --all-features --test '*' cargo test --package serai-processor monero