make: Add "check" target

This commit is contained in:
2024-11-05 21:18:17 +01:00
parent b6209baecb
commit 7d6618489b

View File

@@ -1,3 +1,6 @@
.PHONY: check
check: | fmt lint test
.PHONY: docs .PHONY: docs
docs: docs:
cargo watch -- cargo doc cargo watch -- cargo doc