fix: circleci
This commit is contained in:
parent
dd9f4af743
commit
2d45ac5296
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user