diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 368b888d..7e3ca011 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -41,12 +41,10 @@ jobs: uv-${{ runner.os }} - name: Install deps - run: | - cd api - uv sync --dev --all-extras + run: cd api && uv sync --dev - name: Run tests - run: uv run pytest + run: cd api && uv run pre-commit run --all-files - name: Minimize uv cache run: uv cache prune --ci