Skip to content

Commit

Permalink
.github/workflows/tests.yml: Add step for go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
c032 committed Dec 14, 2023
1 parent fc0dfce commit 2bbaaf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@v3'

- name: '`go vet`'
run: |
go vet ./...
- name: 'Run tests.'
run: |
go test -v ./...

0 comments on commit 2bbaaf3

Please sign in to comment.