Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)"
Expand Down
Loading