Fix unit_evals.yml (#41377)

Release Notes:

- N/A
This commit is contained in:
Bennet Fenner
2025-10-28 14:30:47 +00:00
committed by GitHub
parent 8991f58b97
commit baaf87aa23
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
- name: Run unit evals
shell: bash -euxo pipefail {0}
run: cargo nextest run --workspace --no-fail-fast --features eval --no-capture -E 'test(::eval_)'
run: cargo nextest run --workspace --no-fail-fast --features unit-eval --no-capture -E 'test(::eval_)'
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}