From caacab410f68fb620af6c7fe12f64564866271d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 30 Oct 2025 13:35:10 +0100 Subject: [PATCH] speed up ci: run nix-eval-jobs with no-instantiate --- tests/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run.py b/tests/run.py index 786e99bd..477a3735 100755 --- a/tests/run.py +++ b/tests/run.py @@ -69,6 +69,7 @@ def run_eval_test(gcroot_dir: Path, jobs: int) -> list[str]: failed_profiles = [] cmd = [ "nix-eval-jobs", + "--no-instantiate", "--extra-experimental-features", "flakes", "--option", "eval-cache", "false", "--gc-roots-dir",