test: ## Run agent tests.
	@go test ./... -coverpkg=./... -race -coverprofile=coverage.out -covermode=atomic
