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.
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 withintegration
so it will not be run by a normalgo test
but only when--tags integration
is specified.