Skip to content

Commit

Permalink
Merge pull request #146 from m-lab/vet-etl
Browse files Browse the repository at this point in the history
add go vet etl to check etl dependencies
  • Loading branch information
gfr10598 committed Jul 8, 2019
2 parents cb9a480 + b1ecafd commit e64c572
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ set -ex
# Test the NDT binary
PATH=${PATH}:${GOPATH}/bin

# Check that we haven't blatently broken etl dependencies.
go get -t github.com/m-lab/etl/...
go vet github.com/m-lab/etl/...

# If we aren't running on Travis, then there's no need to produce a coverage
# file and submit it to coveralls.io
if [[ -z ${TRAVIS_PULL_REQUEST} ]]; then
Expand Down

0 comments on commit e64c572

Please sign in to comment.