Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit ff19571

Browse files
authored
Increase resource class in CircleCI (#587)
Co-authored-by: nostdm <[email protected]>
1 parent 60709d6 commit ff19571

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ jobs:
33
build_test:
44
docker:
55
- image: quay.io/token/go-build:v0.3.7
6+
resource_class: xlarge
67
working_directory: /home/circleci/github.com/tokencard/contracts
78
steps:
89
- checkout
@@ -48,6 +49,7 @@ jobs:
4849
mythril:
4950
docker:
5051
- image: mythril/myth@sha256:75605a2a7e848e416f471a67159d6812feaa45e03ddd352aac588e505d68e5c5
52+
resource_class: xlarge
5153
working_directory: /tmp/contracts
5254
parallelism: 7
5355
steps:
@@ -157,6 +159,7 @@ jobs:
157159
echidna:
158160
docker:
159161
- image: trailofbits/eth-security-toolbox@sha256:3fb96e2d9de772f5e97f1c3c650c8a3d28660f8a64a60b76269da1ac19b86a28
162+
resource_class: xlarge
160163
working_directory: /tmp/contracts
161164
parallelism: 6
162165
steps:

0 commit comments

Comments
 (0)