From 4d65df8054ac9fdae29e4aaf38eaa90acb79bc57 Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Wed, 7 Aug 2024 17:10:02 +0000 Subject: [PATCH] =?UTF-8?q?+M=E1=90=81=20includes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 7d3fc5b..676995f 100644 --- a/readme.md +++ b/readme.md @@ -41,14 +41,14 @@ USAGE: dotnet retest [OPTIONS] [-- [dotnet test options]] OPTIONS: - DEFAULT - -h, --help Prints help information - -v, --version Prints version information - --attempts 5 Maximum attempts to run tests - --output Include test output in report - --skipped True Include skipped tests in report - --gh-comment True Report as GitHub PR comment - --gh-summary True Report as GitHub step summary + DEFAULT + -h, --help Prints help information + -v, --version Prints version information + --retries 3 Maximum retries when re-running failed tests + --output Include test output in report + --skipped True Include skipped tests in report + --gh-comment True Report as GitHub PR comment + --gh-summary True Report as GitHub step summary ```