From 4e97b97a76734f345c2a0e9408f04cc8ed1d5473 Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 3 Sep 2025 12:51:30 +0200 Subject: [PATCH] [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 --- .github/workflows/ty-ecosystem-analyzer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ty-ecosystem-analyzer.yaml b/.github/workflows/ty-ecosystem-analyzer.yaml index 9c954bf774..9f3d8b7db8 100644 --- a/.github/workflows/ty-ecosystem-analyzer.yaml +++ b/.github/workflows/ty-ecosystem-analyzer.yaml @@ -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 \