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