mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:24:57 +00:00
[ty] Faster iteration on mdtests (#20465)
## Summary This change reduces MD test compilation time from 6s to 3s on my laptop. We don't need to build the unit tests and the corpus tests when we're only interested in Markdown-based tests. ## Test Plan local benchmarks
This commit is contained in:
parent
5707958dad
commit
50bd3943da
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ class MDTestRunner:
|
|||
CRATE_NAME,
|
||||
"--no-run",
|
||||
"--color=always",
|
||||
"--test=mdtest",
|
||||
"--message-format",
|
||||
message_format,
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue