diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c2474812c..7d31f03614 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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.