.PHONY: lint-test lint-test: @echo "Running linter..." golangci-lint run --timeout=5m @echo "Running tests..." go test ./...