Skip to content

Commit 1989dba

Browse files
committed
.github/workflows: add -vet=all to go test
1 parent 2865f7d commit 1989dba

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
@@ -42,4 +42,4 @@ jobs:
4242
4343
- name: Test
4444
run: |
45-
go test -v ./...
45+
go test -vet=all -v ./...

0 commit comments

Comments
 (0)