Skip to content

Commit

Permalink
Make sure our CI builds catches missing imports. (#514)
Browse files Browse the repository at this point in the history
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka committed Sep 12, 2018
1 parent 44ece8a commit 06730d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
echo "Awesome! GCS integration tests are enabled."
fi
- run: make deps DEPARGS="-v"
- run: make format
- run: make errcheck
- run: make check-docs
- run: make format
- run:
name: "Run all tests"
# TODO(bplotka): Setup some S3 tests for CI.
Expand Down

0 comments on commit 06730d0

Please sign in to comment.