Skip to content

Commit 6e87ca1

Browse files
authored
Set fail-fast to false in CI workflow.
Avoid other jobs from being cancelled when one job fails.
1 parent 7955b07 commit 6e87ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ContinuousIntegration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
ContinuousIntegration:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
julia-version: ['1', '1.3', '1.6', 'nightly']
1819
julia-arch: [x64]

0 commit comments

Comments
 (0)