Skip to content

Should provide a collectChecks function #482

@michaelpj

Description

@michaelpj

For CI setups collectComponents is nice, but you also want to run all the tests, so you need to go through and collect all the checks too. This is easy enough to write, but it would be helpful to provide it.

collectChecks = ps: pkgs.recurseIntoAttrs (builtins.mapAttrs (_: p: p.checks) ps)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions