From bbc2df42444f0be2d264d786f58b359a749dfc86 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Tue, 8 Nov 2022 16:13:55 -0500 Subject: [PATCH] remove clippy from CI checks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 765d90e6..f727a2f0 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ trap-test-ci: trap-test # The main `ci` target runs everything except `trap-test`. .PHONY: ci ci: VICEROY_CARGO=cargo --locked -ci: format-check clippy test-crates +ci: format-check test-crates .PHONY: clean clean: