remove vet on tests

This commit is contained in:
redanthrax 2022-06-28 13:55:40 -07:00
parent 6dcaf610b6
commit e926980ae5

View file

@ -19,7 +19,7 @@ jobs:
go-version-file: 'go.mod'
- name: Test
run: go test -v ./...
run: go test -v ./... -vet=off
env:
CGO_ENABLED: 0
@ -35,7 +35,7 @@ jobs:
go-version-file: 'go.mod'
- name: Test
run: go test -v ./...
run: go test -v ./... -vet=off
env:
CGO_ENABLED: 0
test-macos:
@ -50,4 +50,4 @@ jobs:
go-version-file: 'go.mod'
- name: Test
run: go test -v ./...
run: go test -v ./... -vet=off