Skip to content

Commit

Permalink
chore: add go vet to ci
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Jun 13, 2023
1 parent 8e3a5f9 commit 2403c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
go mod tidy -v
git --no-pager diff go.mod go.sum
git --no-pager diff --quiet go.mod go.sum
- name: Run go vet
run: go vet -v ./...
- name: Run tests
run: go test -v -count=5 ./...

0 comments on commit 2403c14

Please sign in to comment.