Skip to content

Commit 5e9f58c

Browse files
committed
CI: Dont abort all jobs on a single fail
It just makes debugging multiple issues impossible
1 parent 7170404 commit 5e9f58c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rspec_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
rspec_tests:
1515
name: ${{ matrix.cfg.os }}(ruby ${{ matrix.cfg.ruby }})
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
cfg:
1920
- {os: ubuntu-latest, ruby: '2.5'}

0 commit comments

Comments
 (0)