Skip to content

Commit 0d41983

Browse files
committed
Run tests in parallel
1 parent 1e8ed6f commit 0d41983

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
environment:
9090
WASMD_ENABLED: 1
9191
SKIP_BUILD: 1
92-
command: yarn test
92+
# TODO: Remove concurrency argument to speed up testing (https://github.com/CosmWasm/cosmwasm-js/issues/185)
93+
command: yarn test --concurrency 1 --stream
9394
- run:
9495
name: Run CLI selftest
9596
working_directory: packages/cli

0 commit comments

Comments
 (0)