From ac45b7cea6fd1ca495db816c76ae4f28a0bf065b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 25 Nov 2019 15:08:45 +0100 Subject: [PATCH] run 'cargo fmt -- --check' in check target Signed-off-by: Wolfgang Bumiller --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 369bd82b..276d919f 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ all: check .PHONY: check check: + cargo fmt -- --check cargo test # Run the api-test server, serving the api-test/www/ subdir as 'www' dir over