mirror of https://github.com/astral-sh/ruff
[ty] Run ecosystem-analyzer in release mode (#20210)
## Summary We already have `mypy_primer` running in debug mode, so this should provide some additional coverage, and allows us produce reasonable timing results. ## Test Plan CI run on this PR
This commit is contained in:
parent
00214fc60c
commit
4e97b97a76
|
|
@ -69,6 +69,7 @@ jobs:
|
||||||
ecosystem-analyzer \
|
ecosystem-analyzer \
|
||||||
--repository ruff \
|
--repository ruff \
|
||||||
diff \
|
diff \
|
||||||
|
--profile=release \
|
||||||
--projects-old ruff/projects_old.txt \
|
--projects-old ruff/projects_old.txt \
|
||||||
--projects-new ruff/projects_new.txt \
|
--projects-new ruff/projects_new.txt \
|
||||||
--old old_commit \
|
--old old_commit \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue