run 'cargo fmt -- --check' in check target

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-11-25 15:08:45 +01:00
parent 9b07990086
commit ac45b7cea6

View File

@ -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