From 55bcc8367ac8e8a15f5c586b26e2c7f95ac63c09 Mon Sep 17 00:00:00 2001 From: Adam Gutglick Date: Tue, 20 Jan 2026 16:30:57 +0000 Subject: [PATCH] Don't run clippy on each crate with no default features Signed-off-by: Adam Gutglick --- .github/workflows/ci.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20b3b515506..103bd9da86c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -301,41 +301,6 @@ jobs: if: ${{ github.ref_name == 'develop' && steps.setup-rust.outputs.deps-cache-hit != 'true' }} run: cargo sweep --file - rust-lint-no-default: - name: "Rust (lint, no default, ${{ matrix.partition }}/2)" - 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 }} - steps: - - uses: runs-on/action@v2 - with: - sccache: s3 - - uses: actions/checkout@v6 - - id: setup-rust - uses: ./.github/actions/setup-rust - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - timestamp: "true" - - name: Install cargo-hack - uses: taiki-e/install-action@cargo-hack - - name: Rust Lint - Clippy No Default Features - shell: bash - run: | - # https://spiraldb.slack.com/archives/C07BV3GKAJ2/p1732736281946729 - cargo hack clippy --no-default-features --partition ${{ matrix.partition }}/2 -- -D warnings - - name: Prune cache - if: ${{ github.ref_name == 'develop' && steps.setup-rust.outputs.deps-cache-hit != 'true' }} - run: cargo sweep --file - rust-semver: name: "Rust (semver checks)" timeout-minutes: 120