fix: circleci

This commit is contained in:
Andrew Jackson (Ajax) 2023-12-01 10:30:47 -06:00
parent dd9f4af743
commit 2d45ac5296
2 changed files with 4 additions and 4 deletions

View File

@ -1017,7 +1017,7 @@ workflows:
- build
suite: utest-unit-cli
target: "./cli/... ./cmd/... ./api/..."
executor: golang-2xl
resource-class: 2xlarge
get-params: true
- test:
name: test-unit-node
@ -1031,7 +1031,7 @@ workflows:
- build
suite: utest-unit-rest
target: "./blockstore/... ./build/... ./chain/... ./conformance/... ./gateway/... ./journal/... ./lib/... ./markets/... ./paychmgr/... ./tools/..."
executor: golang-2xl
resource-class: 2xlarge
- test:
name: test-unit-storage
requires:

View File

@ -570,11 +570,11 @@ workflows:
get-params: true
[[- end -]]
[[- if eq $suite "unit-cli"]]
executor: golang-2xl
resource-class: 2xlarge
get-params: true
[[- end -]]
[[- if eq $suite "unit-rest"]]
executor: golang-2xl
resource-class: 2xlarge
[[- end -]]
[[- end]]
- test: