Skip to content
Snippets Groups Projects
Unverified Commit 82f01f42 authored by LinFeng's avatar LinFeng Committed by GitHub
Browse files

Merge pull request #71 from s-d-m/fix_makefile

fix Makefile
parents 0c1ae072 5110cd23
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