CD

You might say

Send this CI-passing version to testing first; production needs human approval unless we explicitly choose continuous deployment.

CD keeps verified versions continuously releasable, or releases them to production automatically under defined rules.Continuous delivery keeps a version through the pipeline and ready to release, with a possible human approval before production. Continuous deployment automatically releases to production after gates pass. Both are more than “tests run automatically”; the key difference is whether production keeps a human approval.
Know first
CDContinuous DeliveryContinuous DeploymentCI/CD
Further reading