mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-24 16:18:47 +00:00
Correct Monero workflow yaml
This commit is contained in:
parent
8f76e67f57
commit
0453b6cbc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/monero-tests.yaml
vendored
2
.github/workflows/monero-tests.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue