Remove go vet
This commit is contained in:
parent
b6d4eb85cd
commit
2e45608855
1 changed files with 0 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue