Skip to content

Commit 4331120

Browse files
committed
fix test command
1 parent a390774 commit 4331120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: test
2222
env:
2323
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=./...
24+
run: go test -race -count=1 -failfast -shuffle=on -coverprofile=./cover.${{ matrix.os }}.profile -covermode=atomic -coverpkg=./... ./...
2525

2626
- name: upload cover profile artifact
2727
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)