docker / go-connections

Utility package to work with network connections
https://pkg.go.dev/github.com/docker/go-connections
Apache License 2.0
217 stars 101 forks source link

CircleCI: run unit tests, and add test for Socket Permissions #77

Closed thaJeztah closed 3 years ago

thaJeztah commented 3 years ago

For some reason, CircleCI only ran a build, but did not run any test. This patch adds a "test" step to CircleCI. root is required for some of the tests (doing chown/chmod).

Also adding a test to verify socket ownership/permissions

thaJeztah commented 3 years ago

@tiborvass @tonistiigi @chris-crone ptal

thaJeztah commented 3 years ago

bringing this one in, as we want tests to be run on PRs