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 1867f05 commit ac277e3Copy full SHA for ac277e3
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
go-version: "1.23"
17
18
- name: Test
19
- run: go test -v ./...
+ run: go test -v -cover ./...
20
21
- name: Race
22
run: go test -v -race ./...
0 commit comments