Add suite and test type.

This commit is contained in:
Christian Gunderman
2026-04-08 14:14:34 -07:00
parent 15826637d2
commit ca607a5305
30 changed files with 195 additions and 22 deletions
+2
View File
@@ -335,6 +335,8 @@ jobs:
env:
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
GEMINI_MODEL: 'gemini-3-pro-preview'
# Only run always passes behavioral tests.
EVAL_SUITE_TYPE: 'behavioral'
# Disable Vitest internal retries to avoid double-retrying;
# custom retry logic is handled in evals/test-helper.ts
VITEST_RETRY: 0