Skip to content

Commit

Permalink
chore: Update test workflow to use gotestsum
Browse files Browse the repository at this point in the history
  • Loading branch information
nickajacks1 committed Mar 3, 2024
1 parent 67d35dc commit ca85ce8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- run: go test ./... -v -race -count=1
- name: Setup gotestsum
uses: autero1/[email protected]
with:
gotestsum_version: 1.11.0

- run: gotestsum -f testname -- ./... -race

0 comments on commit ca85ce8

Please sign in to comment.