Skip to content

Commit 68a5ed9

Browse files
authored
Update go.yml
1 parent ae89832 commit 68a5ed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
# run: go build -v ./...
3232

3333
- name: Test
34-
run: go test -v ./...
34+
run: go test -mod=vendor -v ./...
3535

0 commit comments

Comments
 (0)