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:
co-authored by
Bennet Bo Fenner
parent
5f4d0dbaab
commit
908ef03502
@@ -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_)'
|
||||
|
||||
Reference in New Issue
Block a user