We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2593c46 commit c3f777dCopy full SHA for c3f777d
1 file changed
.github/workflows/release.yml
@@ -32,8 +32,8 @@ jobs:
32
- name: Install dependencies
33
run: bun install --frozen-lockfile
34
35
- - name: Test types
36
- run: bun run test:types
+ - name: Test
+ run: bun test
37
38
- name: Build
39
run: bun run build
0 commit comments