Skip to content

Commit

Permalink
CI: Turn off "fail-fast" on the test matrix to get the big picture
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 30, 2022
1 parent a366d8c commit bde0751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: '3.9'
- os: 'macos-latest'
python-version: '3.10'
fail-fast: true
fail-fast: false
env:
CRATEDB_VERSION: ${{ matrix.cratedb-version }}
SQLALCHEMY_VERSION: ${{ matrix.sqla-version }}
Expand Down

0 comments on commit bde0751

Please sign in to comment.