Skip to content

Commit

Permalink
chore(ci): fix missing targets when using go vet (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored May 21, 2024
1 parent 7f77800 commit 629504c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: go mod tidy

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

- name: Test
run: go test -v ./...
Expand Down

0 comments on commit 629504c

Please sign in to comment.