diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4135fb7..df48a91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,3 @@ -ci: - skip: [golangci-lint-full] - repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 diff --git a/Makefile b/Makefile index efe0bd3..22c7c6e 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,5 @@ lint: .PHONY: test test: + go mod download go test -race -v ./...