Correct how Monero integration tests are run

This commit is contained in:
Luke Parker 2023-07-05 19:11:47 -04:00
parent e5a196504c
commit 8ce8657d34
No known key found for this signature in database

View file

@ -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