Skip to content
This repository has been archived by the owner on Aug 18, 2019. It is now read-only.

Commit

Permalink
ci: fix test_lib failed (#70)
Browse files Browse the repository at this point in the history
* ci: fix test_lib failed

* ci: fix test_lib failed

* ci: fix test_lib failed
  • Loading branch information
orzyyyy authored Apr 6, 2019
1 parent f36b3c0 commit 6d9b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- checkout
- *attach_workspace
- run:
command: npm test -- --clearCache -u
command: npm test -- -u --maxWorkers=2
environment:
LIB_DIR: lib

Expand Down

0 comments on commit 6d9b121

Please sign in to comment.