Skip to content

Commit

Permalink
chore(ci): fix missing targets when using go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 20, 2024
1 parent 7f77800 commit 10b55bf
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 10b55bf

Please sign in to comment.