Skip to content

Commit 7901e77

Browse files
markelogTom910
authored andcommitted
Use "maxWorkers" jest option to speed up travis (#20)
1 parent f7d0042 commit 7901e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prebenchmark": "npm install --no-save lodash ramda lazy.js underscore",
99
"docs": "esdoc",
1010
"test": "jest --coverage",
11-
"test:ci": "npm run test && cat ./coverage/lcov.info | coveralls"
11+
"test:ci": "npm run test -- --maxWorkers=4 && cat ./coverage/lcov.info | coveralls"
1212
},
1313
"description": "Fast, small and purely functional utility library",
1414
"repository": "https://github.com/TinkoffCreditSystems/utils.js",

0 commit comments

Comments
 (0)