ci: run telegram extension-fast with forks

This commit is contained in:
Peter Steinberger
2026-04-23 23:14:01 +01:00
parent b22bf36bc4
commit 8e87768419

View File

@@ -1348,6 +1348,9 @@ jobs:
set -euo pipefail
if [ "$OPENCLAW_CHANGED_EXTENSION" = "telegram" ]; then
export OPENCLAW_VITEST_MAX_WORKERS=1
export NODE_OPTIONS="${NODE_OPTIONS:+$NODE_OPTIONS }--max-old-space-size=6144"
pnpm test:extension "$OPENCLAW_CHANGED_EXTENSION" -- --pool=forks
exit 0
fi
pnpm test:extension "$OPENCLAW_CHANGED_EXTENSION"