Skip to content

Commit

Permalink
fix: run gotestsum from go packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Apr 4, 2022
1 parent 3ccd15a commit 349e86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# we can't put Windows Server in "Linux Mode" in Github actions
# another, host mode is only available on Linux, and we have tests around that, do we skip them?
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: gotestsum --format short-verbose -- -coverprofile=cover.txt ./...
run: go run gotest.tools/gotestsum --format short-verbose -- -coverprofile=cover.txt ./...

# only report code coverage on linux
- name: Upload coverage report
Expand Down

0 comments on commit 349e86f

Please sign in to comment.