Skip to content

Commit

Permalink
Remove go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby committed Jun 27, 2023
1 parent b6d4eb8 commit 2e45608
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '${{ matrix.go-version }}'
- name: Run go vet
run: go vet ./...
- name: Run test
run: go test -v ./...
- name: Run test -race
Expand Down

0 comments on commit 2e45608

Please sign in to comment.