Skip to content

Commit 2acaf08

Browse files
author
Rajat Goel
committed
Update module path in test workflow
1 parent ff809a4 commit 2acaf08

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
@@ -18,4 +18,4 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v2
2020
- name: Test
21-
run: go test ./...
21+
run: go test ./v6/...

0 commit comments

Comments
 (0)