Skip to content

Commit

Permalink
Merge pull request ethereum#79 from ethereum-optimism/jg/increase_ci_…
Browse files Browse the repository at this point in the history
…size_for_unit_test

ci: Use a large machine for geth unit tests
  • Loading branch information
trianglesphere authored Apr 7, 2023
2 parents c669d02 + 13e8df0 commit 70fbe82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ jobs:
build-geth:
docker:
- image: cimg/go:1.19
resource_class: medium
resource_class: xlarge
steps:
- checkout
- run:
command: go run build/ci.go install
unit-test:
resource_class: medium
resource_class: xlarge
docker:
- image: cimg/go:1.19
steps:
Expand Down

0 comments on commit 70fbe82

Please sign in to comment.