Revert "Turn off fail-fast"

This reverts commit 4306f516bc.
This commit is contained in:
Adriane Boyd 2023-07-18 17:30:45 +02:00
parent 4306f516bc
commit 94ef5d3fde

View File

@ -49,7 +49,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"]