File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,8 +277,8 @@ jobs:
277277 run : cargo test -p ty_python_semantic --test mdtest || true
278278 - name : " Run tests"
279279 run : cargo insta test --all-features --unreferenced reject --test-runner nextest
280- # Dogfood ty on py-fuzzer
281- - run : uv run --project=./python/py-fuzzer cargo run -p ty check --project=./python/py-fuzzer
280+ - name : Dogfood ty on py-fuzzer
281+ run : uv run --project=./python/py-fuzzer cargo run -p ty check --project=./python/py-fuzzer
282282 # Check for broken links in the documentation.
283283 - run : cargo doc --all --no-deps
284284 env :
@@ -649,7 +649,7 @@ jobs:
649649 - determine_changes
650650 # Only runs on pull requests, since that is the only we way we can find the base version for comparison.
651651 if : ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && github.event_name == 'pull_request' && (needs.determine_changes.outputs.ty == 'true' || needs.determine_changes.outputs.py-fuzzer == 'true') }}
652- timeout-minutes : ${{ github.repository == 'astral-sh/ruff' && 5 || 20 }}
652+ timeout-minutes : ${{ github.repository == 'astral-sh/ruff' && 10 || 20 }}
653653 steps :
654654 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
655655 with :
You can’t perform that action at this time.
0 commit comments