Skip to content

Commit

Permalink
Increase machine size
Browse files Browse the repository at this point in the history
This change is a test to determine if CI builds are failing due to OOM
errors.
This should also increase the performance of the linting as the
concurrency will match the number of available CPU cores.
  • Loading branch information
jackatbancast committed Apr 20, 2020
1 parent b73c5c0 commit 6cda49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:

lint:
<<: *docker_golang
resource_class: large
steps:
- checkout
- run:
Expand Down

0 comments on commit 6cda49c

Please sign in to comment.