Split out cron and non-cron unit evals (#42472)

Release Notes:

- N/A

---------

Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
This commit is contained in:
Richard Feldman
2025-11-11 13:45:48 -05:00
committed by GitHub
co-authored by Bennet Bo Fenner
parent 5f4d0dbaab
commit 908ef03502
6 changed files with 178 additions and 25 deletions
+4
View File
@@ -2,4 +2,8 @@
set -euxo pipefail
if [ -n "${UNIT_EVAL_COMMIT:-}" ]; then
git checkout "$UNIT_EVAL_COMMIT"
fi
GPUI_TEST_TIMEOUT=1500 cargo nextest run --workspace --no-fail-fast --features unit-eval --no-capture -E 'test(::eval_)'