From b098c0da7443fc1306501458cc8097e4a4be47cb Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Fri, 22 Jun 2018 22:58:48 +0200 Subject: [PATCH] Merge PR #1344: Swap parallelism: 4 to parallelism: 1 --- .circleci/config.yml | 6 +++--- CHANGELOG.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9464e110c6..13c6f330e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ jobs: lint: <<: *defaults - parallelism: 4 + parallelism: 1 steps: - attach_workspace: at: /tmp/workspace @@ -70,7 +70,7 @@ jobs: test_unit: <<: *defaults - parallelism: 4 + parallelism: 1 steps: - attach_workspace: at: /tmp/workspace @@ -102,7 +102,7 @@ jobs: test_cover: <<: *defaults - parallelism: 4 + parallelism: 1 steps: - attach_workspace: at: /tmp/workspace diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a67d348d..915dec1971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ FIXES * Retry on HTTP request failure in CLI tests, add option to retry tests in Makefile * Fixed bug where chain ID wasn't passed properly in x/bank REST handler * Fixed bug where `democli account` didn't decode the account data correctly +* \#1343 - fixed unnecessary parallelism in CI ## 0.19.0