You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm --network none --volume ${PWD}:/go/src/github.com/leehambley/go-ansible-modules golang:1.11.2-alpine3.7 go test -v github.com/leehambley/go-ansible-modules/...
test-integration:
docker run --rm --network none --volume ${PWD}:/go/src/github.com/leehambley/go-ansible-modules golang:1.11.2-alpine3.7 go test -v -tags 'integration test' github.com/leehambley/go-ansible-modules/...