👷 Test all we can, don't stop on first error

This commit is contained in:
Renato Alves
2025-11-13 20:12:01 +01:00
parent 99e62a4b41
commit ea58e2ea7f

View File

@@ -5,7 +5,7 @@ jobs:
test-firefox:
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']