Skip to content

Commit 4f5aaf2

Browse files
Add -cover flag to test-runner in CI step
1 parent 634f405 commit 4f5aaf2

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 tests
22-
run: go test ./...
22+
run: go test -cover ./...

0 commit comments

Comments
 (0)