Skip to content

Commit 6c2782f

Browse files
committed
ci: update go test path
1 parent 53078ae commit 6c2782f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: go mod tidy
2222

2323
- name: Testing
24-
run: go test -v ./pkg/...
24+
run: go test -v ./...
2525

2626
- name: Publish to pkg.go.dev
2727
run: |

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: go mod tidy
2626

2727
- name: Testing
28-
run: go test -v ./pkg/...
28+
run: go test -v ./...

0 commit comments

Comments
 (0)