Option 1: Manually load the .env.test file inside your drizzle.config.ts using dotenv.config({ path: '.env.test' }). Option 2: Use dotenv-cli to load environment variables from .env.test and run your commands.