Skip to content

Commit 65b75ca

Browse files
Johnny Dunnclaude
authored andcommitted
fix(ci): run all tests instead of only 3 specific files
- Changed CI to run `npx vitest run --coverage` instead of specifying only baseAdapter, performance, and hooks tests - vitest.config.ts already excludes tests requiring native bindings - This includes the new test files for 70%+ coverage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0b9848e commit 65b75ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: TypeCheck
2525
run: npm run typecheck
2626

27-
- name: Run tests (base adapter tests - no native deps required)
28-
run: npx vitest run tests/baseAdapter.spec.ts tests/performance.spec.ts tests/hooks.spec.ts
27+
- name: Run tests with coverage
28+
run: npx vitest run --coverage
2929

3030
- name: Build
3131
run: npm run build

0 commit comments

Comments
 (0)