diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bec2e9c..e9c053c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,10 @@ jobs: run: npm install -g pnpm - name: Install dependencies - run: pnpm + run: pnpm install - name: Run build - run: pnpm build \ No newline at end of file + run: pnpm build + + - name: Run tests + run: pnpm test \ No newline at end of file