[ty] Remove TY_MAX_PARALLELISM as conformance runs no longer panic (#22307)

This commit is contained in:
Rob Hand
2025-12-30 19:42:59 +00:00
committed by GitHub
parent 12dd27da52
commit 6f9ea73ac9

View File

@@ -59,9 +59,6 @@ jobs:
- name: Compute diagnostic diff
shell: bash
env:
# TODO: Remove this once we fixed the remaining panics in the conformance suite.
TY_MAX_PARALLELISM: 1
run: |
RUFF_DIR="$GITHUB_WORKSPACE/ruff"