github actions ci: don't stop other jobs in matrix if one fails

This commit is contained in:
Jonne Haß 2020-11-02 16:08:10 +01:00
parent 9793f89761
commit 203ca77a2f

View file

@ -12,6 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- 2.6