We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c14f2b commit bc6e0daCopy full SHA for bc6e0da
1 file changed
.github/workflows/npm-publish-github-packages.yml
@@ -31,6 +31,9 @@ jobs:
31
- name: Build binary
32
run: bun run build
33
34
+ - name: Run tests
35
+ run: bun test
36
+
37
- name: Bump version and publish
38
env:
39
GITHUB_TOKEN: ${{ github.token }}
0 commit comments