diff --git a/.circleci/config.yml b/.circleci/config.yml index 94fb21bab..bab24e897 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: pip install --upgrade pip pip install poetry - run: - name: isort, black, flake8 and mypy + name: isort, black, flake8, pydocstyle and mypy command: make lint test: @@ -84,7 +84,7 @@ jobs: username: $DOCKER_USER password: $DOCKER_PASS environment: - RUST_BACKTRACE: 1 + RUST_BACKTRACE: 1 - image: amazon/dynamodb-local:latest auth: username: $DOCKER_USER @@ -165,12 +165,12 @@ jobs: command: make integration-test environment: TEST_RESULTS_DIR: workspace/test-results -# - run: -# name: Integration tests (Dual Bigtable/DynamoDB) -# command: make integration-test -# environment: -# DB_DSN: dual -# TEST_RESULTS_DIR: workspace/test-results + # - run: + # name: Integration tests (Dual Bigtable/DynamoDB) + # command: make integration-test + # environment: + # DB_DSN: dual + # TEST_RESULTS_DIR: workspace/test-results - store_test_results: path: workspace/test-results - save_cache: