-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
go test ./... and make build fails differently #1140
Comments
This seems to relate to this Go issue which seems to acknowledge that the behavior of |
Documenting sounds great, sending a PR. |
Aneurysm9
pushed a commit
that referenced
this issue
Sep 10, 2020
evantorrie
pushed a commit
to evantorrie/opentelemetry-go
that referenced
this issue
Sep 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run
go test ./...
on the top directory of this repo, it seems to be skipping some packages thusmake build
andgo test
fail differently.It confused me as a new contributor. I opened a few PRs after just running go test and the CI failed. I don't have time to investigate this (and don't know if it's a reasonable ask) but it would be great if go test was working as expected.
The text was updated successfully, but these errors were encountered: