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

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