run circleci gen

This commit is contained in:
Łukasz Magiera 2023-11-30 11:50:40 +01:00
parent e102e4f31f
commit 8883ce0117

View File

@ -1016,6 +1016,8 @@ workflows:
requires: requires:
- build - build
suite: utest-unit-cli suite: utest-unit-cli
target: "./cli/... ./cmd/... ./api/..."
get-params: true
executor: golang-2xl executor: golang-2xl
get-params: true get-params: true
- test: - test:
@ -1023,20 +1025,23 @@ workflows:
requires: requires:
- build - build
suite: utest-unit-node suite: utest-unit-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/..."
executor: golang-2xl executor: golang-2xl
- test: - test:
name: test-unit-storage name: test-unit-storage
requires: requires:
- build - build
suite: utest-unit-storage suite: utest-unit-storage
target: "./storage/... target: "./storage/... ./extern/..."
get-params: true get-params: true
- test: - test:
go-test-flags: "-run=TestMulticoreSDR" go-test-flags: "-run=TestMulticoreSDR"