mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
No longer run processor tests again when testing against 0.17.3.2
Even though the intent was to test against 0.17.3.2, and a Monero 0.17.3.2 node was running, the processor now uses docker which will always use 0.18. Accordingly, while the intent was valid, it was pointless. This is unfortunate, as testing against 0.17 helped protect against edge cases. The infra to preserve their tests isn't worth the benefit we'd gain from said tests however.
This commit is contained in:
4
.github/workflows/monero-tests.yaml
vendored
4
.github/workflows/monero-tests.yaml
vendored
@@ -56,6 +56,4 @@ jobs:
|
||||
- name: Run Integration Tests
|
||||
# Don't run if the the tests workflow also will
|
||||
if: ${{ matrix.version != 'v0.18.2.0' }}
|
||||
run: |
|
||||
GITHUB_CI=true RUST_BACKTRACE=1 cargo test --package monero-serai --all-features --test '*'
|
||||
GITHUB_CI=true RUST_BACKTRACE=1 cargo test --package serai-processor --all-features monero
|
||||
run: GITHUB_CI=true RUST_BACKTRACE=1 cargo test --package monero-serai --all-features --test '*'
|
||||
|
||||
Reference in New Issue
Block a user