ci: limit thread on circleci

This commit is contained in:
unix
2020-04-19 13:14:45 +08:00
parent 945dd61421
commit 4487bb12fe

View File

@@ -22,8 +22,7 @@ jobs:
key: v2-dependencies-{{ checksum "package.json" }}
- run: yarn run lint
- run: yarn run test
- run: npm test -- -w 1 --coverage
- run: yarn test -w 1 --coverage
- run: bash <(curl -s https://codecov.io/bash)
build: