Add back go vet

This commit is contained in:
Vladimir Mihailenco 2020-09-17 17:01:29 +03:00
parent eb28cb6426
commit 9d110cb0a4
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ all: testdeps
go test ./... -short -race
go test ./... -run=NONE -bench=. -benchmem
env GOOS=linux GOARCH=386 go test ./...
go vet
golangci-lint run
testdeps: testdata/redis/src/redis-server