From fe9c6f722f8ce767ed56b73e024aaf257bd741b8 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 18 Jul 2025 13:19:17 +0200 Subject: Add configuration status tests --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01e240b..8ea69b4 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,13 @@ format: lint: cargo fmt -- --check && cargo clippy +audit: + cargo vet + # cargo crev verify --show-all + +supply-chain-report: + cargo supply-chain publishers + release: rpm tar deb @$(eval filename := $(app_name)-$(target)-$(channel)) -- cgit