We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2865f7d commit 1989dbaCopy full SHA for 1989dba
.github/workflows/test.yml
@@ -42,4 +42,4 @@ jobs:
42
43
- name: Test
44
run: |
45
- go test -v ./...
+ go test -vet=all -v ./...
0 commit comments