CI - Don't fail fast.
Other runs might still result in interesting results, even if one suite fails. closes #8204
This commit is contained in:
parent
875f54b846
commit
7a7c48a470
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:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ruby:
|
ruby:
|
||||||
- 2.6
|
- 2.6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue