fix(ci): keep release workflows on full test coverage

This commit is contained in:
Tam Nhu Tran
2026-04-22 15:12:07 -04:00
parent c9eaae17c1
commit b314cf353e
4 changed files with 61 additions and 25 deletions
+4 -1
View File
@@ -47,9 +47,12 @@ jobs:
- name: Build
run: bun run build:all
- name: Validate (typecheck + lint + format + tests)
- name: Validate fast gate
run: bun run validate
- name: Test slow bucket
run: bun run test:slow
- name: Test CLI e2e
env:
CCS_E2E_SKIP_BUILD: '1'