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

pull/21542/head
ccurme 3 weeks ago committed by GitHub
parent e8efe8384d
commit d3ff9c5d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save