fix: circleci
This commit is contained in:
parent
d8b9187d43
commit
dd9f4af743
@ -1017,7 +1017,6 @@ workflows:
|
|||||||
- build
|
- build
|
||||||
suite: utest-unit-cli
|
suite: utest-unit-cli
|
||||||
target: "./cli/... ./cmd/... ./api/..."
|
target: "./cli/... ./cmd/... ./api/..."
|
||||||
get-params: true
|
|
||||||
executor: golang-2xl
|
executor: golang-2xl
|
||||||
get-params: true
|
get-params: true
|
||||||
- test:
|
- test:
|
||||||
@ -1026,14 +1025,12 @@ workflows:
|
|||||||
- build
|
- build
|
||||||
suite: utest-unit-node
|
suite: utest-unit-node
|
||||||
target: "./node/..."
|
target: "./node/..."
|
||||||
|
|
||||||
- test:
|
- test:
|
||||||
name: test-unit-rest
|
name: test-unit-rest
|
||||||
requires:
|
requires:
|
||||||
- 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
|
executor: golang-2xl
|
||||||
- test:
|
- test:
|
||||||
name: test-unit-storage
|
name: test-unit-storage
|
||||||
@ -1041,7 +1038,6 @@ workflows:
|
|||||||
- build
|
- build
|
||||||
suite: utest-unit-storage
|
suite: utest-unit-storage
|
||||||
target: "./storage/... ./extern/..."
|
target: "./storage/... ./extern/..."
|
||||||
|
|
||||||
get-params: true
|
get-params: true
|
||||||
- test:
|
- test:
|
||||||
go-test-flags: "-run=TestMulticoreSDR"
|
go-test-flags: "-run=TestMulticoreSDR"
|
||||||
|
@ -566,7 +566,6 @@ workflows:
|
|||||||
- build
|
- build
|
||||||
suite: utest-[[ $suite ]]
|
suite: utest-[[ $suite ]]
|
||||||
target: "[[ $pkgs ]]"
|
target: "[[ $pkgs ]]"
|
||||||
[[if eq $suite "unit-cli"]]get-params: true[[end]]
|
|
||||||
[[- if eq $suite "unit-storage"]]
|
[[- if eq $suite "unit-storage"]]
|
||||||
get-params: true
|
get-params: true
|
||||||
[[- end -]]
|
[[- end -]]
|
||||||
|
Loading…
Reference in New Issue
Block a user