From 5110cd2396b5f0a137ea21eef2c5720d7aa727d1 Mon Sep 17 00:00:00 2001 From: Samuel DA MOTA <da.mota.sam@gmail.com> Date: Sat, 16 Jul 2022 20:07:15 +0200 Subject: [PATCH] fix Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fd623b..8e10361 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,7 @@ test: export RUST_BACKTRACE := full test: RUSTFLAGS='-F warnings' cargo test --all --all-features -ci: fmt clippy example test +ci: fmt clippy test git diff --exit-code Cargo.lock + +.PHONY: fmt clippy test ci -- GitLab