Skip to content

Commit

Permalink
run go vet on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed Aug 2, 2024
1 parent 1c00e98 commit a0c97e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Build
run: go build -v .

- name: Vet
run: go vet .

- name: Test
run: go test -v -coverprofile coverage.out && go tool cover -html coverage.out -o coverage.html

Expand Down

0 comments on commit a0c97e0

Please sign in to comment.