Skip to content
Snippets Groups Projects
Commit 5110cd23 authored by Samuel DA MOTA's avatar Samuel DA MOTA
Browse files

fix Makefile

parent 0c1ae072
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment