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

Commits on May 13, 2024

  1. Improve the test workflow

    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.
    garyburd committed May 13, 2024
    Configuration menu
    Copy the full SHA
    01c2d72 View commit details
    Browse the repository at this point in the history