Skip to content

Commit ea58e2e

Browse files
committed
👷 Test all we can, don't stop on first error
1 parent 99e62a4 commit ea58e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/main.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test-firefox:
66
runs-on: ${{ matrix.os }}-latest
77
strategy:
8-
fail-fast: true
8+
fail-fast: false
99
matrix:
1010
os: [ubuntu, macos, windows]
1111
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']

0 commit comments

Comments
 (0)