We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numtide/treefmt-nix#86
One day I'll add CI for the docs; need to work on the OSS use case a bit.
Something that runs doc tests just for the current module would be nice, rather than all modules.
Maybe as a flake-module ...
{ imports = [ flake-parts.flakeModules.doctest ]; # adds a flake check flake.flake-parts.doctest.modulesToTest = [ self.flakeModule ]; # default anyway }
The text was updated successfully, but these errors were encountered:
Actually, that won't work since the flake containing the flake module doesn't use flake-parts itself.
Sorry, something went wrong.
No branches or pull requests
numtide/treefmt-nix#86
Something that runs doc tests just for the current module would be nice, rather than all modules.
Maybe as a flake-module ...
The text was updated successfully, but these errors were encountered: