go.nvim icon indicating copy to clipboard operation
go.nvim copied to clipboard

[Bug] Fails to run `GoTest*` when using gotestsum as runner

Open protiumx opened this issue 2 years ago • 0 comments

Using test_runner = 'gotestsum' and running any if the GoTest* commands fails due to a test parameter added to the command to run gotestsum test ./folder, gotestrun does not accept tests as parameter. Probably coming from here https://github.com/ray-x/go.nvim/blob/master/lua/go/gotest.lua#L190 and other places

protiumx avatar May 30 '23 12:05 protiumx