tests/lsp-servers: de-couple from grouped tests

Follow up to cab6b0c9fe
This commit is contained in:
Matt Sturgeon 2024-10-10 18:47:28 +01:00
parent 88302aa17a
commit af650ba940
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 102 additions and 83 deletions

View file

@ -50,6 +50,8 @@
generated = pkgs.callPackage ../tests/generated.nix { };
package-options = pkgs.callPackage ../tests/package-options.nix { inherit nixvimConfiguration; };
lsp-all-servers = pkgs.callPackage ../tests/lsp-servers.nix { inherit nixvimConfiguration; };
} // import ../tests { inherit pkgs pkgsUnfree helpers; };
};
}