fix(test): test -> run final change
This commit is contained in:
parent
dd6bf47684
commit
5e412e341a
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue