ci: run all tests in packages/cli to verify fix

This commit is contained in:
mkorwel
2026-04-16 17:54:50 +00:00
parent 7a63c680dd
commit 0804145b36
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
mode: 'source'
- name: 'Run Suspect Tests'
run: 'npx vitest run --pool=forks packages/cli/src/test-utils/render.test.tsx'
run: 'npx vitest run --pool=forks packages/cli'
shell: 'bash'