Run tests in parallel
This commit is contained in:
parent
1e8ed6fc10
commit
0d41983927
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user