diff --git a/.circleci/config.yml b/.circleci/config.yml index f41a8c51393..4f6036f4505 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -136,7 +136,7 @@ jobs: description: Test suite name to report to CircleCI. gotestsum-format: type: string - default: pkgname-and-test-fails + default: standard-verbose description: gotestsum format. https://github.com/gotestyourself/gotestsum#format coverage: type: string @@ -842,7 +842,7 @@ workflows: - test: name: test-unit-rest suite: utest-unit-rest - target: "./blockstore/... ./build/... ./cmd/... ./extern/... ./paychmgr/... ./storage/... ./api/... ./conformance/... ./journal/... ./chain/... ./markets/... ./tools/... ./cli/... ./gateway/... ./lib/... ./node/..." + target: "./blockstore/... ./build/... ./journal/... ./cli/... ./conformance/... ./node/... ./paychmgr/... ./api/... ./chain/... ./lib/... ./cmd/... ./extern/... ./gateway/... ./markets/... ./storage/... ./tools/..." - test: name: test-unit-storage suite: utest-unit-storage diff --git a/.circleci/template.yml b/.circleci/template.yml index e2227f2feae..75fbdfc765d 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -136,7 +136,7 @@ jobs: description: Test suite name to report to CircleCI. gotestsum-format: type: string - default: pkgname-and-test-fails + default: standard-verbose description: gotestsum format. https://github.com/gotestyourself/gotestsum#format coverage: type: string