Skip to content

Commit

Permalink
gh: add vet to go test
Browse files Browse the repository at this point in the history
  • Loading branch information
dvrkps committed Jun 21, 2022
1 parent 57ae527 commit bd2c313
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
go-version: 1.x
- name: Checkout code
uses: actions/checkout@v3
- name: Run go vet
run: go vet ./...
- name: Run tests and coverage
run: go test -race -cover -shuffle=on ./...
- name: Run vet, tests and coverage
run: go test -race -cover -shuffle=on -vet=all ./...

0 comments on commit bd2c313

Please sign in to comment.