Skip to content

Commit c7eaa8e

Browse files
authored
ci: test coverage check
1 parent e10f995 commit c7eaa8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Go module download
2626
run: go mod download
2727

28-
- name: Go UnitTest
29-
run: go test -short .
28+
- name: Go Test
29+
run: go test -v -cover -covermode=atomic ./...

0 commit comments

Comments
 (0)