From 0250f4f5a906f677e391e3672e9da9f091437c4a Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 07:24:54 +0000 Subject: [PATCH] Add Gitea Actions workflow: ci.yml --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ca09bd1..032581f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: pip install -e vibeguard/ - name: Run tests - run: pytest vibeguard/tests/ -v --tb=short + run: pytest tests/ -v --tb=short - name: Run linting run: |