.putty P1DocsProgramming
Related
How to Host a Successful AI IDE Hackathon: A Step-by-Step Guide Inspired by JetBrains CodexRust Secures 13 Google Summer of Code 2026 Slots Amid Record 96 ProposalsPyroscope 2.0: Revolutionizing Continuous Profiling for Modern ObservabilityHow to Contribute to the Future of Go: A Guide to the 2025 Developer SurveyThe Unchanging Core of Programming and the Overnight Revolution That Changed Everything7 Key Things to Know About Cloudflare's Autonomous AI Agents Taking Over Cloud DeploymentPython 3.14 Hits Release Candidate: Final Countdown to October LaunchSafeguarding Configuration Rollouts at Meta: Canary Deployments and AI-Driven Monitoring

cargo-nextest Hits 3x Speed Boost Over cargo test as RustRover Gets Native IDE Support

Last updated: 2026-05-04 05:31:10 · Programming

September 2025 — Rust developers can now run tests up to three times faster with cargo-nextest, the next-generation test runner, now fully integrated into JetBrains’ RustRover 2026.1 IDE. The tool, created by Rain, promises faster, more observable testing for large codebases and CI pipelines.

cargo-nextest can be up to three times faster than cargo test, depending on the project and workload,” Rain said in a recent livestream. “There is a lot of CI focus, but also a lot of attention paid to the local interactive developer experience.”

Background

The test runner, now widely adopted across the Rust ecosystem, addresses chronic bottlenecks in test execution for large projects. Rain, a software engineer with over a decade of experience at Meta, Mozilla, and Oxide Computer Company, built cargo-nextest to improve speed and observability.

cargo-nextest Hits 3x Speed Boost Over cargo test as RustRover Gets Native IDE Support
Source: blog.jetbrains.com

“I learned Rust to work on a Mercurial server at Meta,” Rain recalled. “As I was developing it, I fell in love with Rust and decided to go deeper.”

cargo-nextest Hits 3x Speed Boost Over cargo test as RustRover Gets Native IDE Support
Source: blog.jetbrains.com

What This Means

For developers managing large codebases or complex integration tests, cargo-nextest slashes feedback loops. The RustRover integration lets users run and monitor test sessions directly from the IDE, with progress reports and structured results in the Test tool window.

Rain emphasized that the tool is designed for both CI and local development. “That combination makes cargo-nextest useful across open source and large industry codebases.”

Developers can watch the full livestream on JetBrains TV for deeper insights into cargo-nextest’s architecture and future plans.