Rename rust test entry

This commit is contained in:
MarcHamamji 2023-02-26 20:34:15 +02:00
parent a88fc69dfe
commit 89809229c8

View File

@ -31,9 +31,9 @@ return function(buffer)
end
local handlers = {
['Test'] = helpers.shell_handler('cargo test'),
['Custom'] = helpers.shell_handler('cargo ', true),
unpack(run_handlers),
['Custom'] = helpers.shell_handler('cargo ', true),
['Test all'] = helpers.shell_handler('cargo test'),
}
for _, bin in pairs(bins) do