Skip to content

Commit

Permalink
Disable fail fast in downstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Jan 9, 2024
1 parent 72def89 commit de15763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: ${{ matrix.package.group }}/${{ matrix.package.repo }}/${{ matrix.julia-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
julia-version: ['1']
os: [ubuntu-latest]
Expand Down

0 comments on commit de15763

Please sign in to comment.