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

View File

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