We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383a329 commit ad3aa57Copy full SHA for ad3aa57
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Typecheck
28
run: bun run typecheck
29
30
+ - name: Test
31
+ run: bun test
32
+
33
- name: Build
34
run: bun run build
35
0 commit comments