[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

View File

@@ -69,6 +69,7 @@ jobs:
ecosystem-analyzer \
--repository ruff \
diff \
--profile=release \
--projects-old ruff/projects_old.txt \
--projects-new ruff/projects_new.txt \
--old old_commit \