Skip to content

Commit

Permalink
chore: Add test step to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sabra committed Jul 22, 2024
1 parent a9299f1 commit f6e2e1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ jobs:

- name: lint
run: pnpm run lint

- name: test
run: pnpm run test

0 comments on commit f6e2e1b

Please sign in to comment.