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