Currently we have two kinds of tests: - Unit: `go test -v ./...` - Integration: `./hack/test-templates.sh templates/FILE.yaml` The latter one does not work well with test that do not relate to templates. e.g., tests for `limactl list`, `limactl protect`, ...