remove vet on tests
This commit is contained in:
parent
6dcaf610b6
commit
e926980ae5
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue