Skip to content

Commit 82a7e2e

Browse files
Turn off fail-fast
1 parent fc245ac commit 82a7e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on: [push, pull_request]
33
jobs:
44
tests:
55
strategy:
6+
fail-fast: false
67
matrix:
78
ruby-version:
89
- "2.7"

0 commit comments

Comments
 (0)