From 8848f082969fb15f790fa23b9351fed653b15124 Mon Sep 17 00:00:00 2001 From: Michael Gasch <15986659+embano1@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:19:25 +0200 Subject: [PATCH] chore: Update tparse Closes: #50 Signed-off-by: Michael Gasch <15986659+embano1@users.noreply.github.com> --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 882f158..fc8d75e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -44,7 +44,7 @@ jobs: - name: Test env: GOFLAGS: "-v -race -count=1 -json" - run: go test $COVER_OPTS ./... | tparse -all + run: go test $COVER_OPTS ./... | tparse -all -notests -format markdown >> $GITHUB_STEP_SUMMARY - name: Verify git clean shell: bash