fix(ci): fix tests

This commit is contained in:
Barrett Ruth 2025-09-19 00:26:18 -04:00
parent 531784778a
commit 5bf40bb694
3 changed files with 21 additions and 4 deletions

View file

@ -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