Skip to content

Commit 36c430d

Browse files
Johnny Dunnclaude
authored andcommitted
fix(ci): update release workflow to run all tests
Align with ci.yml change to run all tests instead of only 3 specific files. This ensures coverage thresholds are enforced during releases. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4828980 commit 36c430d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Install dependencies
3333
run: npm install
3434

35-
- name: Run tests (base adapter only - no native deps)
36-
run: npx vitest run tests/baseAdapter.spec.ts tests/performance.spec.ts tests/hooks.spec.ts
35+
- name: Run tests with coverage
36+
run: npx vitest run --coverage
3737
continue-on-error: false
3838

3939
- name: Build package

0 commit comments

Comments
 (0)