diff --git a/Makefile b/Makefile index 7fd623ba9a72e294a38acd1942c09b360029a270..8e103612b55b90cc42289a5ff135233d602bf72d 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