fix(github_actions): Remove redundant job matrix definitions
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
parent
87b717495f
commit
33ee8c09ba
|
@ -27,12 +27,6 @@ jobs:
|
||||||
# Let other jobs continue even if one of them fails
|
# Let other jobs continue even if one of them fails
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
test_name:
|
|
||||||
- "codecov-lua5.3"
|
|
||||||
- "coveralls-lua5.2"
|
|
||||||
- "lua5.1"
|
|
||||||
- "luajit"
|
|
||||||
- "fixed-lgi-lua5.2"
|
|
||||||
include:
|
include:
|
||||||
- test_name: "codecov-lua5.3"
|
- test_name: "codecov-lua5.3"
|
||||||
lua_version: "5.3"
|
lua_version: "5.3"
|
||||||
|
|
Loading…
Reference in New Issue