[Test] Made test workflow not stop when a shard fails (#6403)

This commit is contained in:
Bertie690 2025-08-27 22:43:04 -04:00 committed by GitHub
parent 2afd4f57cb
commit dcb2f32129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,8 @@ jobs:
name: Run Tests name: Run Tests
needs: check-path-change-filter needs: check-path-change-filter
strategy: strategy:
# don't stop upon 1 shard failing
fail-fast: false
matrix: matrix:
shard: [1, 2, 3, 4, 5] shard: [1, 2, 3, 4, 5]
uses: ./.github/workflows/test-shard-template.yml uses: ./.github/workflows/test-shard-template.yml