Turn off fail-fast

This commit is contained in:
Adriane Boyd 2023-07-18 17:05:54 +02:00
parent 2672eb4862
commit 4306f516bc

View File

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