Prevent the highly parallel workload from overloading a worker (#1131)

This commit is contained in:
native-api 2019-07-24 20:13:53 +03:00 committed by Brett Cannon
parent f24d60b6e2
commit fbe51e3bfe
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ cache: pip
before_install:
- pip install docutils
script:
- make -j
- make -j$(nproc)
deploy:
provider: script