Skip to content

Commit dd9811f

Browse files
committed
ci: add test step
1 parent a82b246 commit dd9811f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- name: Typecheck
5656
run: pnpm typecheck
5757

58+
- name: Test
59+
run: pnpm test
60+
5861
# test:
5962
# runs-on: ${{ matrix.os }}
6063
# name: Test

0 commit comments

Comments
 (0)