switch test output format.

This commit is contained in:
Raúl Kripalani 2021-06-22 21:32:10 +01:00
parent b74ad796ce
commit da96414bf8
2 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ jobs:
description: Test suite name to report to CircleCI. description: Test suite name to report to CircleCI.
gotestsum-format: gotestsum-format:
type: string type: string
default: pkgname-and-test-fails default: standard-verbose
description: gotestsum format. https://github.com/gotestyourself/gotestsum#format description: gotestsum format. https://github.com/gotestyourself/gotestsum#format
coverage: coverage:
type: string type: string
@ -842,7 +842,7 @@ workflows:
- test: - test:
name: test-unit-rest name: test-unit-rest
suite: utest-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: - test:
name: test-unit-storage name: test-unit-storage
suite: utest-unit-storage suite: utest-unit-storage

View File

@ -136,7 +136,7 @@ jobs:
description: Test suite name to report to CircleCI. description: Test suite name to report to CircleCI.
gotestsum-format: gotestsum-format:
type: string type: string
default: pkgname-and-test-fails default: standard-verbose
description: gotestsum format. https://github.com/gotestyourself/gotestsum#format description: gotestsum format. https://github.com/gotestyourself/gotestsum#format
coverage: coverage:
type: string type: string