Skip to content

Commit 1f53f70

Browse files
authored
fail-fast: false for CI
It is helpful to have the complete matrix of success and failure to decide how to attack the problem.
1 parent 1fc8466 commit 1f53f70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
container: docker://altendky/hydra:ubuntu-3-minors
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
os:
1819
- ubuntu-latest

0 commit comments

Comments
 (0)