mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-23 10:13:12 -07:00
feat(ci): target CLI unit tests specifically in trial
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user