From 2105d75cb599118cf847515747c6945758157fce Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 7 Jun 2026 22:27:23 +0200 Subject: [PATCH] ci(gitea): scope deno test and check to the new tests directory --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/