diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4609bdc..863d82e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: deno lint - name: Type check - run: deno check jetstream.ts server.ts scripts/*.ts src/migrations/init.ts + run: deno check jetstream.ts server.ts scripts/*.ts src/migrations/init.ts tests/ - name: Test - run: deno test --allow-all --permit-no-files + run: deno test --allow-all tests/