tags in table

This commit is contained in:
Alex Malykh 2023-11-23 18:27:56 +04:00
parent 0ad9a0d370
commit 3c9c9c9abb
3 changed files with 17 additions and 2 deletions

View file

@ -6,7 +6,7 @@ local gotests = {}
---@param args table
local function add_test(args)
if c.gotests.named ~= true then
if c.gotests.named then
table.insert(args, "-named")
end