fix(ci): fix tests
This commit is contained in:
parent
531784778a
commit
5bf40bb694
3 changed files with 21 additions and 4 deletions
|
|
@ -144,7 +144,7 @@ function M.setup(user_config)
|
|||
|
||||
local config = vim.tbl_deep_extend('force', M.defaults, user_config or {})
|
||||
|
||||
for contest_name, contest_config in pairs(config.contests) do
|
||||
for _, contest_config in pairs(config.contests) do
|
||||
for lang_name, lang_config in pairs(contest_config) do
|
||||
if type(lang_config) == 'table' and not lang_config.extension then
|
||||
if lang_name == 'cpp' then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue