diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 92b0f22..453b6d4 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -59,7 +59,7 @@ jobs: Bash(python -m ruff check:*) Bash(python -m ruff format:*) Bash(python -m mypy:*) - Bash(python -m pytest *) + Bash(python -m pytest:*) # Optional: Add custom instructions for Claude to customize its behavior for your project # custom_instructions: |