Skip to content

Commit

Permalink
ci: fix wrong go vet command argument
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Jul 16, 2024
1 parent d8e0ae7 commit 65219de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: git diff --color --exit-code .

- name: Go vet
run: go vet ./...
run: go vet -v .

- name: Install gotestfmt
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
Expand Down

0 comments on commit 65219de

Please sign in to comment.