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

don't listen on all interfaces in tests, unless on CI #136

Merged

Conversation

marten-seemann
Copy link
Contributor

Running go test currently pops us this warning on OSX:
image

Arguably, we shouldn't listen on public addresses on development machines. We can still run the test on CI, as every CI I know of sets the CI environment variable.

net/net_test.go Show resolved Hide resolved
@marten-seemann marten-seemann force-pushed the dont-listen-on-all-interfaces branch 2 times, most recently from 848ebfa to bcf23b7 Compare February 26, 2021 04:22
@marten-seemann
Copy link
Contributor Author

This PR should be ready for merging. I don't have write permissions on this repo, so I can't do it.

@willscott willscott merged commit a051a05 into multiformats:master Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants