Skip to content

Commit

Permalink
Revert "Print out tests in addition to storing them in json."
Browse files Browse the repository at this point in the history
This reverts commit 11c3087.
  • Loading branch information
ggreer committed Sep 9, 2024
1 parent f48813b commit bf77edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: go tests
run: (set -o pipefail && go test -v -covermode=count -json ./... | tee test.json)
run: go test -v -covermode=count -json ./... | tee test.json
- name: annotate go tests
if: always()
uses: guyarb/[email protected]
Expand Down

0 comments on commit bf77edf

Please sign in to comment.