ReconfigureIO / reco

A command line tool for interacting with Reconfigure.io services
Apache License 2.0
6 stars 3 forks source link

do not poke github unless we're running integration tests #22

Closed CampGareth closed 6 years ago

CampGareth commented 6 years ago

TestLatestRelease asks github for the latest release of Reco and checks the response isn't empty. Since it talks to an external service it should only be run manually. This PR tags that test with integration so it will not be run by a normal go test but only when --tags integration is specified.

CampGareth commented 6 years ago

Fix reco self-update test to not talk to github

CampGareth commented 6 years ago

Fix reco self-update test to not talk to github