1 parent a82b246 commit dd9811fCopy full SHA for dd9811f
1 file changed
.github/workflows/ci.yaml
@@ -55,6 +55,9 @@ jobs:
55
- name: Typecheck
56
run: pnpm typecheck
57
58
+ - name: Test
59
+ run: pnpm test
60
+
61
# test:
62
# runs-on: ${{ matrix.os }}
63
# name: Test
0 commit comments