Skip to content

Commit ec57860

Browse files
haasonsaasclaude
andcommitted
fix(ci): use prebuilt cargo-nextest binary to avoid rustc version mismatch
cargo-nextest 0.9.130 requires rustc 1.91 but CI pins 1.88.0. Switch to taiki-e/install-action which downloads a prebuilt binary, matching the pattern already used for cargo-llvm-cov. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5c65cbc commit ec57860

File tree

2 files changed

+300
-45
lines changed

2 files changed

+300
-45
lines changed

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ This roadmap is derived from deep research into Greptile's public docs, blog, MC
145145
94. [x] Add eval fixtures for multi-hop graph reasoning across call chains and contract edges.
146146
95. [x] Add eval runs that compare single-pass review against agentic loop review.
147147
96. [ ] Add production replay evals using anonymized accepted/rejected review outcomes.
148-
97. [ ] Add leaderboard reporting for reviewer usefulness metrics, not just precision/recall.
148+
97. [x] Add leaderboard reporting for reviewer usefulness metrics, not just precision/recall.
149149
98. [x] Add regression gates for feedback coverage, verifier health, and lifecycle-state accuracy.
150150
99. [ ] Add model-routing policies that explicitly separate generation, verification, and auditing roles.
151151
100. [ ] Publish a repeatable "independent auditor" benchmark story in the UI and CLI so DiffScope's differentiation is measurable.

0 commit comments

Comments
 (0)