Revert "CI: Disable fail-fast (#12658)" (#12676)

This reverts commit 1f088cbf4a.
This commit is contained in:
Adriane Boyd 2023-05-26 10:57:02 +02:00 committed by GitHub
parent f0e0206b77
commit 9b7a59c325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
name: Test
needs: Validate
strategy:
fail-fast: false
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.11"]