Skip to content

Commit e2c6cbb

Browse files
divideby0claude
andcommitted
ci: add test step to GitHub Actions workflow
Run bun test after build to verify integration tests 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 1324ee1 commit e2c6cbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ jobs:
4242

4343
- name: Build project
4444
run: bun run build
45+
46+
- name: Run tests
47+
run: bun test

0 commit comments

Comments
 (0)