Skip to content

Commit 4613f14

Browse files
committed
fix: test command
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 83e751f commit 4613f14

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
@@ -57,7 +57,7 @@ jobs:
5757
${{ runner.os }}-go-
5858
- name: Run Tests
5959
run: |
60-
go test -v -covermode=atomic -coverprofile=coverage.out
60+
go test -v -covermode=atomic -coverprofile=coverage.out ./...
6161
6262
- name: Upload coverage to Codecov
6363
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)