feat(ci): switch trial to optimized unit tests

This commit is contained in:
mkorwel
2026-04-14 19:30:11 -07:00
parent 518f0b0e0d
commit a438c24ee0
+2 -2
View File
@@ -44,6 +44,6 @@ jobs:
mode: 'bundle'
bundle-artifact: 'gemini-bundle'
- name: 'Run Integration Tests'
run: 'npm run test:integration:sandbox:none'
- name: 'Run Unit Tests'
run: 'npm run test'
shell: 'bash'