Skip to content

Commit 7e398b8

Browse files
fix: use bun run test in CI to respect package.json script
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4b904f2 commit 7e398b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: oven-sh/setup-bun@v2
1616
- run: bun install
17-
- run: bun test
17+
- run: bun run test
1818

1919
lint:
2020
name: Lint & Typecheck

0 commit comments

Comments
 (0)