mirror of https://github.com/astral-sh/ruff
[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
|
|
@ -46,6 +46,7 @@ class MDTestRunner:
|
|||
CRATE_NAME,
|
||||
"--no-run",
|
||||
"--color=always",
|
||||
"--test=mdtest",
|
||||
"--message-format",
|
||||
message_format,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue