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 a390774 commit 4331120Copy full SHA for 4331120
.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 -race -count=1 -failfast -shuffle=on ./... -coverprofile=./cover.${{ matrix.os }}.profile -covermode=atomic -coverpkg=./...
+ run: go test -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@v4
0 commit comments