From 0fcd18012c0069266d7f94f232eb6971dae72d53 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 2 Jul 2025 12:54:10 -0600 Subject: chore: use make target to setup and run lint, test jobs --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6e2fc9b0..eba8ed3b 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ IMAGE_TAG := $(PROJECT_NAME):$(GIT_BRANCH) .PHONY: build check test run clean fmt lint doc .PHONY: build-image run-image health-check list-services test-grpc +setup: + @rustup component add clippy rustfmt + # Cargo targets build: @cargo build -- cgit v1.2.3