We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e81383 commit 7289c18Copy full SHA for 7289c18
Makefile
@@ -0,0 +1,10 @@
1
+.PHONY: format clippy test-workspace test-cli
2
+
3
+format:
4
+ cargo fmt --all -- --check
5
6
+clippy:
7
+ cargo clippy --all -- -D warnings
8
9
+test-workspace:
10
+ cargo test --workspace -- --nocapture
0 commit comments