From a4730c3d87f7e3b0491d435638bc10cf13107fac Mon Sep 17 00:00:00 2001 From: mkorwel Date: Tue, 14 Apr 2026 19:35:44 -0700 Subject: [PATCH] feat(ci): target CLI unit tests specifically in trial --- .github/workflows/ci-bundling-trial.yml | 4 ++-- status.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index 1ebd721950..9b9e725acd 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -44,6 +44,6 @@ jobs: mode: 'bundle' bundle-artifact: 'gemini-bundle' - - name: 'Run Unit Tests' - run: 'npm run test' + - name: 'Run CLI Unit Tests' + run: 'npx vitest run packages/cli' shell: 'bash' diff --git a/status.md b/status.md index eb9d943fd8..e6b2609517 100644 --- a/status.md +++ b/status.md @@ -42,4 +42,5 @@ Investigation into the 10-minute CLI test runtime revealed: ## Current Goal - **Resuming Bundled CI:** Pushing these infrastructure optimizations to the - trial branch to measure the real-world CI speedup on the build box. + trial branch to measure the real-world CI speedup on the build box, + specifically for CLI unit tests.