diff --git a/Makefile b/Makefile index b8745e57dc..b00892a696 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ test-managed: MYSQL_SERVER_URI="invalid" POSTGRESQL_SERVER_URI="postgres://postgres:mysecretpassword@localhost:5432/postgres" go test -v ./... vet: - go vet ./... + go vet $(shell go list ./... | grep -v '/internal/engine/sqlite/parser') test-examples: go test --tags=examples ./...