From 7ce99299ea2efeebfcaef9ab6e9e18f5bb225cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Povilas=20Balzaravi=C4=8Dius?= Date: Wed, 29 Mar 2023 11:29:19 +0300 Subject: [PATCH] Add ci-matrix to main help message --- cmd/main.go | 5 +++-- cmd/testdata/gotestsum-help-text | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cmd/main.go b/cmd/main.go index 35af1245..bfcb1562 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -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) } diff --git a/cmd/testdata/gotestsum-help-text b/cmd/testdata/gotestsum-help-text index 2092808c..f227eb39 100644 --- a/cmd/testdata/gotestsum-help-text +++ b/cmd/testdata/gotestsum-help-text @@ -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