Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the test workflow #174

Merged
merged 1 commit into from
May 14, 2024
Merged

Improve the test workflow #174

merged 1 commit into from
May 14, 2024

Conversation

garyburd
Copy link
Contributor

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.

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.
@zchee zchee self-requested a review May 14, 2024 00:02
Copy link
Member

@zchee zchee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@garyburd garyburd merged commit e94cce5 into neovim:main May 14, 2024
10 of 19 checks passed
@garyburd garyburd deleted the noverbose branch May 14, 2024 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants