From 09936b534a24f8312269baeaeeae4c494fc4df1f Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 22 Jan 2026 17:00:31 +0700 Subject: [PATCH] update ci sync all group test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94dba5e..9691d67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: uv python install "$PYTHON_VERSION" - name: Install dependencies - run: uv sync --group dev --group whisper + run: uv sync --all-groups - name: Run tests with coverage run: uv run pytest tests/unit -v --tb=short --cov=app --cov-report=term-missing --cov-fail-under=90