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 da4aa90 commit 223eb0dCopy full SHA for 223eb0d
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: test
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed for GitHub badge storer integration test
24
- run: go test -timeout=60s -race -count=1 -failfast -shuffle=on ./... -coverprofile=./cover.${{ matrix.os }}.profile -covermode=atomic -coverpkg=./...
+ run: go test -timeout=60s -race -count=1 -failfast -shuffle=on ./... -coverprofile=./cover.${{ matrix.os }}.profile -covermode=atomic -coverpkg=./...
25
26
- name: upload cover profile artifact
27
uses: actions/upload-artifact@v3
0 commit comments