1 2 3 4 5 6 7 8
## makectl: description="Run Rust tests" .PHONY: test test: ## Run tests cargo test .PHONY: test-verbose test-verbose: ## Run tests with verbose output cargo test --verbose