neovim / go-client

Nvim Go client
https://pkg.go.dev/github.com/neovim/go-client
Apache License 2.0
561 stars 37 forks source link

Improve the test workflow #174

Closed garyburd closed 2 months ago

garyburd commented 2 months ago

Remove the go vet step. Because the go test command runs go vet, there's no need to run go vet separately.

Remove the verbose flag from the go test step. The verbose output provides little value and gets in the way of seeing the actual problems.