Commit 47bb65f0 authored by ioedeveloper's avatar ioedeveloper

Increased parallelism to 20

parent 7354c23a
......@@ -20,7 +20,7 @@ jobs:
- FILES_TO_PACKAGE: "assets background.js build icon.png index.html manifest.json README.md soljson.js package.json"
working_directory: ~/remix-ide
parallelism: 10
parallelism: 20
steps:
- checkout
- run: npm install
......@@ -54,7 +54,7 @@ jobs:
- FILES_TO_PACKAGE: "assets background.js build icon.png index.html manifest.json README.md soljson.js package.json"
working_directory: ~/remix-ide
parallelism: 10
parallelism: 20
steps:
- checkout
- run: npm install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment