diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b9ee160a..e9e43c656 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -995,6 +995,7 @@ workflows: suite: utest-unit-cli target: "./cli/... ./cmd/... ./api/..." get-params: true + executor: golang-2xl - test: name: test-unit-node requires: @@ -1002,12 +1003,14 @@ workflows: 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 @@ -1016,6 +1019,7 @@ workflows: suite: utest-unit-storage target: "./storage/... ./extern/..." + - test: go-test-flags: "-run=TestMulticoreSDR" requires: diff --git a/.circleci/template.yml b/.circleci/template.yml index 1fea9acdf..52086239a 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -558,6 +558,7 @@ workflows: suite: utest-[[ $suite ]] target: "[[ $pkgs ]]" [[if eq $suite "unit-cli"]]get-params: true[[end]] + [[if eq $suite "unit-cli"]]executor: golang-2xl[[end]] [[- if eq $suite "unit-rest"]]executor: golang-2xl[[end]] [[- end]] - test: