mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Rename rust test entry
This commit is contained in:
parent
a88fc69dfe
commit
89809229c8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user