Skip to content

Commit 52759e2

Browse files
Update use-the-circleci-cli-to-split-tests.adoc (#9369)
Update --timings-type=name to --timings-type=classname Co-authored-by: Rosie Yohannan <[email protected]>
1 parent 086716a commit 52759e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/use-the-circleci-cli-to-split-tests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
resource_class: large
302302
steps:
303303
- run:
304-
command: go list ./... | circleci tests run --command "xargs gotestsum --junitfile junit.xml --format testname --" --split-by=timings --timings-type=name
304+
command: go list ./... | circleci tests run --command "xargs gotestsum --junitfile junit.xml --format testname --" --split-by=timings --timings-type=classname
305305

306306
- store_test_results:
307307
path: junit.xml

0 commit comments

Comments
 (0)