Skip to content

Commit

Permalink
Merge pull request #19 from embano1/issue-17
Browse files Browse the repository at this point in the history
Use tparse in tests
  • Loading branch information
embano1 authored Jan 17, 2022
2 parents a1049cb + 272e556 commit d999022
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Install tparse
run: go install github.com/mfridman/tparse@latest

- name: Check for .codecov.yaml
id: codecov-enabled
uses: andstor/file-existence-action@v1
Expand All @@ -40,8 +43,8 @@ jobs:

- name: Test
env:
GOFLAGS: "-v -race -count=1"
run: go test $COVER_OPTS ./...
GOFLAGS: "-v -race -count=1 -json"
run: go test $COVER_OPTS ./... | tparse -all

- name: Verify git clean
shell: bash
Expand Down

0 comments on commit d999022

Please sign in to comment.