summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-08-09 11:20:44 +0200
committerRory& <root@rory.gay>2026-08-09 11:20:44 +0200
commit26da15d03c8363259bec693a70fcefbbdabfcfd0 (patch)
treebfac6f02427c3eb8ce82e02b55455e24aa7ad793
parentupdate flake lock (diff)
downloadserver-ts-26da15d03c8363259bec693a70fcefbbdabfcfd0.tar.xz
Dont pre enumerate theories
-rw-r--r--nix/tests/test-bundle-starts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/tests/test-bundle-starts.nix b/nix/tests/test-bundle-starts.nix

index 1ed616b6..49f682cd 100644 --- a/nix/tests/test-bundle-starts.nix +++ b/nix/tests/test-bundle-starts.nix
@@ -107,7 +107,7 @@ in TEST_APPSETTINGS_PATH = testConfigPath; }; serviceConfig = { - ExecStart = "${testBin} -reporter verbose -parallelAlgorithm aggressive -maxThreads unlimited -preEnumerateTheories"; + ExecStart = "${testBin} -reporter verbose -parallelAlgorithm aggressive -maxThreads unlimited"; DynamicUser = true; Restart = "no"; };