Skip to content

Commit

Permalink
ci: add worker for not enough memory (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
orzyyyy committed Apr 13, 2019
1 parent e6d94db commit 5e344d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
- checkout
- *attach_workspace
- run:
command: npm test -- -u
command: npm test -- -u --maxWorkers=2
environment:
LIB_DIR: lib

Expand Down

0 comments on commit 5e344d0

Please sign in to comment.