Skip to content

Commit 55a034f

Browse files
committed
CI: Turn off "fail-fast" on the test matrix to get the big picture
1 parent a4454d5 commit 55a034f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
2424
cratedb-version: ['5.1.2']
2525
sqla-version: ['1.3.24', '1.4.45']
26-
fail-fast: true
26+
fail-fast: false
2727
env:
2828
CRATEDB_VERSION: ${{ matrix.cratedb-version }}
2929
SQLALCHEMY_VERSION: ${{ matrix.sqla-version }}

0 commit comments

Comments
 (0)