fix: write interaction into cache

This commit is contained in:
Barrett Ruth 2025-10-05 13:50:14 -04:00
parent fd550bc654
commit cedcd82367
2 changed files with 8 additions and 6 deletions

View file

@ -72,7 +72,8 @@ function M.setup_contest(platform, contest_id, problem_id, language)
ev.problem_id,
cached_tests,
ev.timeout_ms or 0,
ev.memory_mb or 0
ev.memory_mb or 0,
ev.interactive
)
logger.log('Test cases loaded.')
end)