Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention ci-matrix in the main help message #314

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ Formats:
standard-verbose standard go test -v format

Commands:
%[1]s tool slowest find or skip the slowest tests
%[1]s help print this help next
%[1]s tool ci-matrix use previous test runtime to place packages into optimal buckets
%[1]s tool slowest find or skip the slowest tests
%[1]s help print this help next
`, name)
}

Expand Down
5 changes: 3 additions & 2 deletions cmd/testdata/gotestsum-help-text
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ Formats:
standard-verbose standard go test -v format

Commands:
gotestsum tool slowest find or skip the slowest tests
gotestsum help print this help next
gotestsum tool ci-matrix use previous test runtime to place packages into optimal buckets
gotestsum tool slowest find or skip the slowest tests
gotestsum help print this help next