Skip to content

Commit

Permalink
ci: run unit tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 1, 2023
1 parent 7134596 commit cbd5616
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 @@ -94,5 +94,8 @@ jobs:
- name: Test types
run: pnpm test:types

- name: Unit tests
run: pnpm test:unit

- name: Test examples
run: pnpm test:examples

0 comments on commit cbd5616

Please sign in to comment.