mirror of https://github.com/sbt/sbt.git
Merge pull request #6218 from eed3si9n/wip/failfast_false
fail-fast: false
This commit is contained in:
commit
0cb9f37de5
|
|
@ -6,6 +6,7 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue