test
This commit is contained in:
parent
d5ff2a74fe
commit
0ad9a0d370
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ local default_config = {
|
||||||
iferr = "iferr",
|
iferr = "iferr",
|
||||||
dlv = "dlv",
|
dlv = "dlv",
|
||||||
},
|
},
|
||||||
---@class gopjer.ConfigGotests
|
---@class gopher.ConfigGotests
|
||||||
gotests = {
|
gotests = {
|
||||||
-- gotests doesn't have template named "default" so this plugin uses "default" to set the default template
|
-- gotests doesn't have template named "default" so this plugin uses "default" to set the default template
|
||||||
template = "default",
|
template = "default",
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ local gotests = {}
|
||||||
|
|
||||||
---@param args table
|
---@param args table
|
||||||
local function add_test(args)
|
local function add_test(args)
|
||||||
if c.gotests.named then
|
if c.gotests.named ~= true then
|
||||||
table.insert(args, "-named")
|
table.insert(args, "-named")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue