Disabled fail-fast on builds.
I want to see what the full damage is, thank you :)
This commit is contained in:
parent
dc27e9f7cf
commit
ba74e770a6
|
@ -6,6 +6,7 @@ jobs:
|
|||
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
lua_ver: ['5.1', '5.3']
|
||||
numbers: ['default', 'alternate']
|
||||
|
|
Loading…
Reference in New Issue