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)"