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.
2 parents c8439e0 + 96261e9 commit 64221e9Copy full SHA for 64221e9
.github/workflows/ci.yml
@@ -41,4 +41,4 @@ jobs:
41
42
- name: Run tests
43
run: |
44
- go test --race -v -count=1 -coverprofile=coverage.out ./...
+ go test -race -v -count=1 -coverprofile=coverage.out ./...
0 commit comments