github actions ci: don't stop other jobs in matrix if one fails
This commit is contained in:
parent
9793f89761
commit
203ca77a2f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby:
|
||||
- 2.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue