From e9d0a5e0ed3132e487807486996e06677e4614b7 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 20 Sep 2024 04:28:23 -0400 Subject: [PATCH] Remove stray references to monero-wallet-util --- .github/workflows/monero-tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/monero-tests.yaml b/.github/workflows/monero-tests.yaml index 78f933df..a72a85a5 100644 --- a/.github/workflows/monero-tests.yaml +++ b/.github/workflows/monero-tests.yaml @@ -62,7 +62,6 @@ jobs: GITHUB_CI=true RUST_BACKTRACE=1 cargo test --package monero-serai --test '*' GITHUB_CI=true RUST_BACKTRACE=1 cargo test --package monero-simple-request-rpc --test '*' GITHUB_CI=true RUST_BACKTRACE=1 cargo test --package monero-wallet --test '*' - GITHUB_CI=true RUST_BACKTRACE=1 cargo test --package monero-wallet-util --test '*' - name: Run Integration Tests # Don't run if the the tests workflow also will @@ -71,4 +70,3 @@ jobs: GITHUB_CI=true RUST_BACKTRACE=1 cargo test --package monero-serai --all-features --test '*' GITHUB_CI=true RUST_BACKTRACE=1 cargo test --package monero-simple-request-rpc --test '*' GITHUB_CI=true RUST_BACKTRACE=1 cargo test --package monero-wallet --all-features --test '*' - GITHUB_CI=true RUST_BACKTRACE=1 cargo test --package monero-wallet-util --all-features --test '*'