Run tests in parallel

This commit is contained in:
Simon Warta
2020-06-03 13:31:05 +02:00
parent 1e8ed6fc10
commit 0d41983927
+2 -1
View File
@@ -89,7 +89,8 @@ jobs:
environment:
WASMD_ENABLED: 1
SKIP_BUILD: 1
command: yarn test
# TODO: Remove concurrency argument to speed up testing (https://github.com/CosmWasm/cosmwasm-js/issues/185)
command: yarn test --concurrency 1 --stream
- run:
name: Run CLI selftest
working_directory: packages/cli