diff --git a/.circleci/config.yml b/.circleci/config.yml index d717467da92..37550c0d60a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1011,13 +1011,14 @@ workflows: suite: utest-unit-rest target: "./api/... ./blockstore/... ./build/... ./chain/... ./cli/... ./cmd/... ./conformance/... ./extern/... ./gateway/... ./journal/... ./lib/... ./markets/... ./node/... ./paychmgr/... ./storage/... ./tools/..." executor: golang-2xl + get-params: true - test: name: test-unit-storage requires: - build suite: utest-unit-storage target: "./storage/... ./extern/..." - + get-params: true - test: go-test-flags: "-run=TestMulticoreSDR" requires: