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 6312c7a commit e7868d5Copy full SHA for e7868d5
.github/workflows/go.yml
@@ -26,4 +26,4 @@ jobs:
26
./lint.sh
27
28
- name: test
29
- run: go test -race
+ run: go test -race -cover -v
0 commit comments