diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2191646..1c77714 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