-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Deadline exceeded on make test #308
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
Labels
Comments
hi! |
It's just the standard .golangci.yml from the repo...
|
Try disabling depguard |
may be related to OpenPeeDeeP/depguard#7. You can disable |
Resolving as fixed by #589 which includes OpenPeeDeeP/depguard#7. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for creating the issue!
Please include the following information:
golangci-lint --version
4be4794cat .golangci.yml
go version && go env
golangci-lint run -v
When running
make test
on said commit on my machine I'm getting a deadline exceeded. Ideally this test would actually work before I make changes so I don't depend on the CI to verify all test. Could be related to #293The text was updated successfully, but these errors were encountered: