infra: turn off fail-fast for standard tests (#21541)

This commit is contained in:
ccurme 2024-05-10 14:28:57 -04:00 committed by GitHub
parent e8efe8384d
commit d3ff9c5d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"