Skip to content

Commit ad3aa57

Browse files
committed
ci(release): run tests
1 parent 383a329 commit ad3aa57

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Typecheck
2828
run: bun run typecheck
2929

30+
- name: Test
31+
run: bun test
32+
3033
- name: Build
3134
run: bun run build
3235

0 commit comments

Comments
 (0)