Skip to content

Commit 9f4cfa9

Browse files
committed
workflow update
1 parent f862356 commit 9f4cfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
2424

2525
- name: run test and generate coverage report
26-
run: go test -race . -v -coverprofile=coverage.out
26+
run: go test -race ./... -v -coverprofile=coverage.out
2727

2828
- name: Upload coverage report
2929
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808

0 commit comments

Comments
 (0)