Skip to content

Commit ac277e3

Browse files
committed
ci: add cover option
1 parent 1867f05 commit ac277e3

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
@@ -16,7 +16,7 @@ jobs:
1616
go-version: "1.23"
1717

1818
- name: Test
19-
run: go test -v ./...
19+
run: go test -v -cover ./...
2020

2121
- name: Race
2222
run: go test -v -race ./...

0 commit comments

Comments
 (0)