Skip to content

Commit

Permalink
Don't fail fast on CI (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch authored Jun 24, 2024
1 parent ee91b4f commit 5c9c25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.version == 'nightly' }}
strategy:
fail-fast: false
matrix:
version:
- '1.6'
Expand Down

0 comments on commit 5c9c25b

Please sign in to comment.