fix(test): test -> run final change

This commit is contained in:
Barrett Ruth 2025-09-19 18:54:43 -04:00
parent dd6bf47684
commit 5e412e341a

View file

@ -1,7 +1,7 @@
local M = {}
M.PLATFORMS = { 'atcoder', 'codeforces', 'cses' }
M.ACTIONS = { 'test', 'next', 'prev' }
M.ACTIONS = { 'run', 'next', 'prev' }
M.CPP = 'cpp'
M.PYTHON = 'python'