Skip to content

Commit 1649482

Browse files
committed
fix: tests path
1 parent c23ba63 commit 1649482

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 ./hare
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)