mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 17:10:27 +00:00
tree-sitter: test building of grammars
This commit is contained in:
parent
0181e103b3
commit
00359f25e2
|
@ -101,6 +101,11 @@ in rustPlatform.buildRustPackage {
|
|||
};
|
||||
inherit grammars;
|
||||
inherit builtGrammars;
|
||||
|
||||
tests = {
|
||||
# make sure all grammars build
|
||||
builtGrammars = lib.recurseIntoAttrs builtGrammars;
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue