Merge PR #1344: Swap parallelism: 4 to parallelism: 1

This commit is contained in:
Christopher Goes 2018-06-22 22:58:48 +02:00 committed by GitHub
parent 15bba919e2
commit b098c0da74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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