Run tests in parallel again

This commit is contained in:
Simon Warta 2020-06-03 08:23:45 +02:00
parent 217d8998a5
commit 6cefda14fe

View File

@ -89,8 +89,7 @@ jobs:
environment:
WASMD_ENABLED: 1
SKIP_BUILD: 1
# TODO: Remove concurrency argument to speed up testing (https://github.com/CosmWasm/cosmwasm-js/issues/185)
command: yarn test --concurrency 1 --stream
command: yarn test --stream
- run:
name: Run CLI selftest
working_directory: packages/cli