diff --git a/Makefile b/Makefile index 1c5e4d3..542966d 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ fmt: lint: golangci-lint run --timeout 5m -check: build lint test +check: build lint test fmt-check # Build Docker container docker: