Skip to content

Commit

Permalink
build(nix): add flake checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Rubek committed Oct 3, 2022
1 parent 420c54c commit 6f4299a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
};
default = apps.cli;
};
checks = {
build-cli = self.packages.cli;
inherit clippy-check tests-check;
};
};
systems = flake-utils.lib.defaultSystems;
};
Expand Down

0 comments on commit 6f4299a

Please sign in to comment.