# Releases are prepared by .github/workflows/release.yml. See ../../AGENTS.md.

.PHONY: test

test:
	cd ../.. && go test ./src/install
