Skip to content

Commit f991beb

Browse files
committed
build: fix build no coverage issue
1 parent 7e380d8 commit f991beb

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
@@ -31,7 +31,7 @@ jobs:
3131
fi
3232
3333
- name: Build
34-
run: go build -v .
34+
run: go build -v ./...
3535

3636
- name: Test
37-
run: go test -v .
37+
run: go test -v ./...

0 commit comments

Comments
 (0)