Skip to content

Commit

Permalink
ci: run go vet
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <[email protected]>
  • Loading branch information
sbinet committed Sep 21, 2023
1 parent a44838e commit a1242aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,17 @@ jobs:
if: matrix.platform == 'ubuntu-20.04'
run: |
go run ./ci/run-tests.go $TAGS -race $COVERAGE
go vet $TAGS ./...
- name: Test Windows
if: matrix.platform == 'windows-latest'
run: |
go run ./ci/run-tests.go $TAGS
go vet $TAGS ./...
- name: Test Darwin
if: matrix.platform == 'macos-latest'
run: |
go run ./ci/run-tests.go $TAGS
go vet $TAGS ./...
- name: static-check
uses: dominikh/staticcheck-action@v1
with:
Expand Down

0 comments on commit a1242aa

Please sign in to comment.