Skip to content

Commit dcb204d

Browse files
committed
fix
1 parent cedfdef commit dcb204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
REDIS_PASSWORD: testpassword
3939
run: |
4040
go get -v -t -d ./...
41-
go test -short -cover -coverprofile=coverage.out -covermode=atomic ./...
41+
go test -cover -coverprofile=coverage.out -covermode=atomic ./...
4242
4343
- name: codecov.io coverage
4444
uses: codecov/[email protected]

0 commit comments

Comments
 (0)