Skip to content

Commit

Permalink
append -json to go test -race (#7800)
Browse files Browse the repository at this point in the history
Co-authored-by: SaReN <[email protected]>
Alessio Treglia and sahith-narahari authored Nov 4, 2020
1 parent 432afb2 commit f87e7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -180,7 +180,7 @@ jobs:
if: env.GIT_DIFF
- name: test & coverage report creation
run: |
cat pkgs.txt.part.${{ matrix.part }} | xargs go test -mod=readonly -timeout 30m -race -tags='cgo ledger test_ledger_mock' > ${{ matrix.part }}-race-output.txt
cat pkgs.txt.part.${{ matrix.part }} | xargs go test -mod=readonly -json -timeout 30m -race -tags='cgo ledger test_ledger_mock' > ${{ matrix.part }}-race-output.txt
if: env.GIT_DIFF
- uses: actions/upload-artifact@v2
with:

0 comments on commit f87e7b3

Please sign in to comment.