Skip to content

Commit

Permalink
Drop "go vet" from CI due to false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Apr 26, 2022
1 parent 7abefc9 commit 2a46726
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ jobs:
run: |
go install honnef.co/go/tools/cmd/staticcheck@latest
staticcheck ./...
- name: Run vet
run: go vet ./...
- name: Run tests
run: go test -race ./...

1 comment on commit 2a46726

@Ranagarabedian

This comment was marked as spam.

Please sign in to comment.