log to console in github action

pull/392/head
ray-x 7 months ago
parent c0dfe2dcd2
commit 8a30fb7267

@ -59,6 +59,8 @@ describe('should run gopls releated functions', function()
vim.wait(2000, function()
return false
end)
_GO_NVIM_CFG.log_path = '' -- enable log to console
require('go.format').goimport()
vim.wait(2000, function() end)

Loading…
Cancel
Save