From 723b09da1221c2844a2c153703ce09ce6e52fbbd Mon Sep 17 00:00:00 2001 From: Matthew James Briggs Date: Tue, 3 Oct 2023 10:50:36 -0700 Subject: [PATCH] add cargo deny to makefile check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e5b46f95..d078a6521 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ test: cargo test --release --locked .PHONY: check -check: fmt clippy test +check: fmt clippy deny test .PHONY: build build: check