Skip to content

Commit 9512412

Browse files
committed
feat: add test to the test workflow
1 parent c906050 commit 9512412

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: pnpm install --frozen-lockfile
34+
35+
- name: Run the tests
36+
run: pnpm coverage

0 commit comments

Comments
 (0)