From 8ce8657d34b030cfb3ba5936ce39a6b1ed64656c Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Wed, 5 Jul 2023 19:11:47 -0400 Subject: [PATCH] Correct how Monero integration tests are run --- .github/workflows/monero-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/monero-tests.yaml b/.github/workflows/monero-tests.yaml index b098080b..fe9fe1d0 100644 --- a/.github/workflows/monero-tests.yaml +++ b/.github/workflows/monero-tests.yaml @@ -47,8 +47,9 @@ jobs: monero-version: ${{ matrix.version }} - name: Run Integration Tests Without Features + # Runs with the binaries feature so the binaries build # https://github.com/rust-lang/cargo/issues/8396 - run: cargo test --package monero-serai --test '*' + run: cargo test --package monero-serai --features binaries --test '*' - name: Run Integration Tests # Don't run if the the tests workflow also will