Skip to content

Commit c3f777d

Browse files
committed
ci: use correct script name for tests
1 parent 2593c46 commit c3f777d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Install dependencies
3333
run: bun install --frozen-lockfile
3434

35-
- name: Test types
36-
run: bun run test:types
35+
- name: Test
36+
run: bun test
3737

3838
- name: Build
3939
run: bun run build

0 commit comments

Comments
 (0)