We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49875a commit 4228cfbCopy full SHA for 4228cfb
.github/workflows/tests.yml
@@ -51,14 +51,3 @@ jobs:
51
uses: actions/checkout@v2
52
- name: Test
53
run: go test -v ./...
54
- - name: Publish Test Results
55
- uses: EnricoMi/publish-unit-test-result-action@master
56
- with:
57
- github_token: ${{ secrets.GITHUB_TOKEN }}
58
- check_name: Test Results on Windows
59
- comment_title: Test Statistics
60
- hide_comments: all but latest
61
- comment_on_pr: true
62
- files: dist/test-results-${{ env.UNAME }}.xml
63
- report_individual_runs: true
64
- deduplicate_classes_by_file_name: false
0 commit comments