Correct Monero workflow yaml

This commit is contained in:
Luke Parker 2022-07-30 19:32:27 -04:00
parent 8f76e67f57
commit 0453b6cbc1
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -51,7 +51,7 @@ jobs:
- name: Run Integration Tests - name: Run Integration Tests
# Don't run if the the tests workflow also will # Don't run if the the tests workflow also will
if: ${{ matrix.version != v0.18.0.0 }} if: ${{ matrix.version != "v0.18.0.0" }}
run: | run: |
cargo test --package monero-serai --all-features --test '*' cargo test --package monero-serai --all-features --test '*'
cargo test --package serai-processor monero cargo test --package serai-processor monero