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 e10f995 commit c7eaa8eCopy full SHA for c7eaa8e
.github/workflows/go.yml
@@ -25,5 +25,5 @@ jobs:
25
- name: Go module download
26
run: go mod download
27
28
- - name: Go UnitTest
29
- run: go test -short .
+ - name: Go Test
+ run: go test -v -cover -covermode=atomic ./...
0 commit comments