diff --git a/flake.nix b/flake.nix index 6d53131..d2a9974 100644 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,7 @@ packages = extraVersions // { default = dynix; inherit dynix; + tests = self.packages.${system}.dynix.allTests; }; devShells = extraDevShells // {