mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Parallelize external test runs on CircleCI
This commit is contained in:
@@ -943,6 +943,8 @@ jobs:
|
||||
default: 14
|
||||
docker:
|
||||
- image: circleci/node:<<parameters.nodejs_version>>
|
||||
# NOTE: Each external test does 3 separate compile&test runs
|
||||
parallelism: 3
|
||||
environment:
|
||||
TERM: xterm
|
||||
COMPILE_ONLY: <<parameters.compile_only>>
|
||||
|
||||
Reference in New Issue
Block a user