Skip to content

Commit

Permalink
Add back go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Sep 17, 2020
1 parent eb28cb6 commit 9d110cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d110cb

Please sign in to comment.