Skip to content

Commit b6dc8a9

Browse files
loresusopoiana
authored andcommitted
chore(ci): use -cover flag also in CI
Signed-off-by: Lorenzo Susini <[email protected]>
1 parent b178496 commit b6dc8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
go-version: 1.19
6767

6868
- name: Run tests
69-
run: go test ./...
69+
run: go test -cover ./...

0 commit comments

Comments
 (0)