diff --git a/t3.json b/t3.json index 7c647bc8cdab..a10ed441db30 100644 --- a/t3.json +++ b/t3.json @@ -12,6 +12,11 @@ "name": "Wait for PR", "command": "mise exec node@24.13.1 -- node scripts/lastcode-wait-for-pr.ts", "icon": "test" + }, + { + "name": "Run Full CI", + "command": "mise exec node@24.13.1 -- node scripts/lastcode-local-ci.ts --full", + "icon": "test" } ] }