Revert "Force sequential execution in CI test jobs (#11687)" (#11725)

This reverts commit ce0000c4f2.
This commit is contained in:
Yoland Yan
2026-01-07 21:41:57 -08:00
committed by GitHub
parent 2e9d51680a
commit a60b7b86c5

View File

@ -20,7 +20,6 @@ jobs:
test-stable:
strategy:
fail-fast: false
max-parallel: 1 # This forces sequential execution
matrix:
# os: [macos, linux, windows]
# os: [macos, linux]
@ -75,7 +74,6 @@ jobs:
test-unix-nightly:
strategy:
fail-fast: false
max-parallel: 1 # This forces sequential execution
matrix:
# os: [macos, linux]
os: [linux]