From e68cda52ea229a9a7c0ecf4108f8b446416d2ba0 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 21 Nov 2023 11:06:56 -0800 Subject: [PATCH] force get params --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: