diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29f5ff1..2a53438 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,9 @@ jobs: - name: Type check run: npm run type-check + - name: Run tests + run: npm test + - name: Build run: npm run build