Skip to content

Commit 21f0f6a

Browse files
committed
fix: tests path
1 parent 1649482 commit 21f0f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: go mod download
1717

1818
- name: Test
19-
run: go test -v -covermode=count -coverprofile=coverage.out ./...
19+
run: go test -v -covermode=count -coverprofile=coverage.out .
2020

2121
- name: Upload coverage
2222
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)