name: "Unit Tests: Proxy Auth & Key Management" on: pull_request: branches: [main] permissions: contents: read concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: proxy-auth: uses: ./.github/workflows/_test-unit-base.yml with: test-path: "tests/test_litellm/proxy/auth tests/test_litellm/proxy/hooks tests/test_litellm/proxy/policy_engine tests/test_litellm/proxy/client" workers: 2 reruns: 2