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

This reverts commit ce0000c4f2.
This commit is contained in:
Yoland Yan 2026-01-07 21:39:59 -08:00 committed by GitHub
parent 2e9d51680a
commit 0004e11ccb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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