Skip to content

Commit caacab4

Browse files
committed
speed up ci: run nix-eval-jobs with no-instantiate
1 parent 43ffe9a commit caacab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def run_eval_test(gcroot_dir: Path, jobs: int) -> list[str]:
6969
failed_profiles = []
7070
cmd = [
7171
"nix-eval-jobs",
72+
"--no-instantiate",
7273
"--extra-experimental-features", "flakes",
7374
"--option", "eval-cache", "false",
7475
"--gc-roots-dir",

0 commit comments

Comments
 (0)