fix: circleci

This commit is contained in:
Andrew Jackson (Ajax) 2023-12-01 10:13:56 -06:00
parent d8b9187d43
commit dd9f4af743
2 changed files with 0 additions and 5 deletions

View File

@ -1017,7 +1017,6 @@ workflows:
- build
suite: utest-unit-cli
target: "./cli/... ./cmd/... ./api/..."
get-params: true
executor: golang-2xl
get-params: true
- test:
@ -1026,14 +1025,12 @@ workflows:
- build
suite: utest-unit-node
target: "./node/..."
- test:
name: test-unit-rest
requires:
- build
suite: utest-unit-rest
target: "./blockstore/... ./build/... ./chain/... ./conformance/... ./gateway/... ./journal/... ./lib/... ./markets/... ./paychmgr/... ./tools/..."
executor: golang-2xl
- test:
name: test-unit-storage
@ -1041,7 +1038,6 @@ workflows:
- build
suite: utest-unit-storage
target: "./storage/... ./extern/..."
get-params: true
- test:
go-test-flags: "-run=TestMulticoreSDR"

View File

@ -566,7 +566,6 @@ workflows:
- build
suite: utest-[[ $suite ]]
target: "[[ $pkgs ]]"
[[if eq $suite "unit-cli"]]get-params: true[[end]]
[[- if eq $suite "unit-storage"]]
get-params: true
[[- end -]]