From 845dc41265e55fc2788b32f5e51bf927131cfea9 Mon Sep 17 00:00:00 2001 From: Adam Gutglick Date: Wed, 21 Jan 2026 15:07:29 +0000 Subject: [PATCH] Check if partitioning is actually needed Signed-off-by: Adam Gutglick --- .github/workflows/ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3353507c8e9..7cc8862755c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,19 +299,15 @@ jobs: run: cargo clippy --locked --all-targets -- -D warnings rust-lint-no-default: - name: "Rust (lint, no default, ${{ matrix.partition }}/2)" + name: "Rust (lint, no default)" timeout-minutes: 120 - strategy: - fail-fast: false - matrix: - partition: [1, 2] runs-on: - runs-on=${{ github.run_id }} - family=m7i+m7i-flex+m7a - cpu=16 - image=ubuntu24-full-x64 - extras=s3-cache - - tag=rust-lint-no-default-${{ matrix.partition }} + - tag=rust-lint-no-default steps: - uses: runs-on/action@v2 with: @@ -327,7 +323,7 @@ jobs: shell: bash run: | # https://spiraldb.slack.com/archives/C07BV3GKAJ2/p1732736281946729 - cargo hack clippy --no-default-features --partition ${{ matrix.partition }}/2 -- -D warnings + cargo hack clippy --no-default-features -- -D warnings rust-semver: name: "Rust (semver checks)"