Skip to content

Commit 29cc675

Browse files
committed
added -cover flag to go test CI workflow
1 parent 46fd83d commit 29cc675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
go-version: "1.23.0"
2020

2121
- name: Run go version
22-
run: go test ./
22+
run: go test -cover ./

0 commit comments

Comments
 (0)