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