Skip to content

Commit

Permalink
nix: Test CapDL loader with added spec
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jul 11, 2024
1 parent 4eabf4a commit 4fa77ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacking/nix/scope/world/instances/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ in rec {
release = true; # test optimizations
};
rootTask = mkCapDLInitializer {
small = true;
small = false;
spec = mkSimpleCompositionCapDLSpec {
script = sources.srcRoot + "/crates/private/tests/capdl/threads/cdl.py";
config = {
Expand Down

0 comments on commit 4fa77ad

Please sign in to comment.