mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2026-02-04 06:12:01 +00:00
Rename rust test entry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user