Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-x committed Oct 31, 2023
1 parent 3fa8c50 commit fd84770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/go/asyncmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ M.runjob = function(cmd, runner, args, efm)
end
_GO_NVIM_CFG.job_id = nil
if failed then
cmd = cmd .. ' go test failed'
info = info .. ' go test failed'
level = vim.log.levels.WARN
util.quickfix('botright copen')
end
Expand Down

0 comments on commit fd84770

Please sign in to comment.