We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8ed6f commit 0d41983Copy full SHA for 0d41983
.circleci/config.yml
@@ -89,7 +89,8 @@ jobs:
89
environment:
90
WASMD_ENABLED: 1
91
SKIP_BUILD: 1
92
- command: yarn test
+ # TODO: Remove concurrency argument to speed up testing (https://github.com/CosmWasm/cosmwasm-js/issues/185)
93
+ command: yarn test --concurrency 1 --stream
94
- run:
95
name: Run CLI selftest
96
working_directory: packages/cli
0 commit comments