Skip to content

Commit c7f7158

Browse files
committed
Increase circleci machine type
1 parent eb1cf36 commit c7f7158

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
simulations:
120120
executor: golang
121121
parallelism: 1
122+
resource_class: large
122123
steps:
123124
- checkout
124125
- run:
@@ -127,6 +128,7 @@ jobs:
127128
make test-sim-multi-seed-short
128129
- store_artifacts:
129130
path: /tmp
131+
130132
upload-coverage:
131133
executor: golang
132134
steps:

0 commit comments

Comments
 (0)