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