diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 455ef45918..eaad352b06 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -447,33 +447,6 @@ jobs: with: command: nextest args: run --workspace --features unstable-backend-client --no-capture - - light_client_tests: - name: "Test (Light Client)" - runs-on: ubuntu-latest-16-cores - timeout-minutes: 25 - steps: - - name: Checkout sources - uses: actions/checkout@v4 - - - name: Use substrate-node binary - uses: ./.github/workflows/actions/use-substrate - - - name: Install Rust stable toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - - - name: Rust Cache - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 - - - name: Run tests - uses: actions-rs/cargo@v1.0.3 - with: - command: test - args: --release --package integration-tests --features unstable-light-client wasm_tests: name: Test (WASM)