diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5574a4c..6694699 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,3 +14,5 @@ jobs: run: npm run lint - name: Typecheck run: npm run typecheck + - name: Test + run: npm test -- --passWithNoTests