[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:
David Peter 2025-09-03 12:51:30 +02:00 committed by GitHub
parent 00214fc60c
commit 4e97b97a76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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 \