feat(ci): target CLI unit tests specifically in trial

This commit is contained in:
mkorwel
2026-04-14 19:35:44 -07:00
parent a438c24ee0
commit a4730c3d87
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -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'
+2 -1
View File
@@ -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.