We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c1ae07 + 5110cd2 commit 82f01f4Copy full SHA for 82f01f4
Makefile
@@ -8,5 +8,7 @@ test: export RUST_BACKTRACE := full
8
test:
9
RUSTFLAGS='-F warnings' cargo test --all --all-features
10
11
-ci: fmt clippy example test
+ci: fmt clippy test
12
git diff --exit-code Cargo.lock
13
+
14
+.PHONY: fmt clippy test ci
0 commit comments