Skip to content

Commit a652fb4

Browse files
authored
Merge pull request #656 from ethereum/bigger-container-for-hardhat-core-default-solc-test
Switch to `medium+` resource class for `hardhat-core-default-solc` CI job
2 parents a0226f0 + 888c978 commit a652fb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ jobs:
183183
command: npm run coveralls
184184

185185
hardhat-core-default-solc:
186+
# Runs out of memory on 'medium'.
187+
resource_class: medium+
186188
docker:
187189
- image: cimg/node:16.15
188190
steps:

0 commit comments

Comments
 (0)